diff options
author | Bennett Goble <signal@lindenlab.com> | 2022-10-17 13:22:56 -0700 |
---|---|---|
committer | Bennett Goble <signal@lindenlab.com> | 2022-10-17 13:22:56 -0700 |
commit | ffc6ed2a93aa1b22b1c8ba80544f3d0915cde9a7 (patch) | |
tree | ac854963b78f31909c00e79ec2c8582a370b0f6d | |
parent | f83289d3a7e80bebe47f696f96aee1b7e64d1d69 (diff) |
SL-18218: Switch canonical_repo to GitHub URL
-rw-r--r-- | autobuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild.xml b/autobuild.xml index 5a5ffa2898..25d95a6849 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2888,7 +2888,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>package_description</key> <map> <key>canonical_repo</key> - <string>https://bitbucket.org/lindenlab/viewer</string> + <string>https://github.com/secondlife/viewer</string> <key>copyright</key> <string>Copyright (c) 2020, Linden Research, Inc.</string> <key>description</key> |