diff options
Diffstat (limited to 'mediagoblin')
-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", |