diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2020-05-11 23:47:33 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2020-05-11 23:47:33 +1000 |
commit | 3d0c2a773b0ae7e8422b89dc9de349d797ada026 (patch) | |
tree | 940c1e1797b882ec22547522cc962fcc363e98a9 | |
parent | 0e9e57ea306dd6aad2283f2998a54314b4cf448f (diff) | |
download | mediagoblin-3d0c2a773b0ae7e8422b89dc9de349d797ada026.tar.lz mediagoblin-3d0c2a773b0ae7e8422b89dc9de349d797ada026.tar.xz mediagoblin-3d0c2a773b0ae7e8422b89dc9de349d797ada026.zip |
Fix consistency in license list.
-rw-r--r-- | mediagoblin/tools/licenses.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tools/licenses.py b/mediagoblin/tools/licenses.py index 2aff7f20..9c13c683 100644 --- a/mediagoblin/tools/licenses.py +++ b/mediagoblin/tools/licenses.py @@ -37,7 +37,7 @@ SORTED_LICENSES = [ License("CC BY-NC-ND 4.0", "Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International", "https://creativecommons.org/licenses/by-nc-nd/4.0/"), - License("CC BY 3.0", "Creative Commons Attribution Unported 3.0", + License("CC BY 3.0", "Creative Commons Attribution 3.0 Unported", "https://creativecommons.org/licenses/by/3.0/"), License("CC BY-SA 3.0", "Creative Commons Attribution-ShareAlike 3.0 Unported", |