diff options
| author | Bennett Goble <signal@lindenlab.com> | 2022-10-17 13:22:56 -0700 | 
|---|---|---|
| committer | Bennett Goble <signal@lindenlab.com> | 2022-11-21 11:51:53 -0800 | 
| commit | c8f08f232a28f4e08b4acf525f0d316a101a0e27 (patch) | |
| tree | 6f84164ebbc4a3c14dbdb3b6f24b9e436b5ce0e2 | |
| parent | 15b5dedb2dc139c85461e7c867164b65cc6fc628 (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> | 
