From 3d0c2a773b0ae7e8422b89dc9de349d797ada026 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Mon, 11 May 2020 23:47:33 +1000 Subject: [PATCH] Fix consistency in license list. --- mediagoblin/tools/licenses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.25.1