From e9648c4ea2bdbc26f638fcc28e2b596ba9f744b7 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Sun, 6 Feb 2022 14:40:12 -0500 Subject: [PATCH] Use longer license slugs --- src/License/Hippocratic.elm | 2 +- src/License/NPL.elm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/License/Hippocratic.elm b/src/License/Hippocratic.elm index 26fa245..3f52707 100644 --- a/src/License/Hippocratic.elm +++ b/src/License/Hippocratic.elm @@ -19,7 +19,7 @@ info = , moduleInfo = moduleInfo , descriptors = { name = "Hippocratic License 3.0" - , slug = "HL" + , slug = "Hippocratic" , desc = String.trim """ The flagship ethical source license, the Hippocratic license is one of the most customizable and practical ELOS licenses out there. The 3rd version features many optional modules to tailor the license to issues that matter to you, including optional copyleft functionality. diff --git a/src/License/NPL.elm b/src/License/NPL.elm index 56e47b3..2bbb745 100644 --- a/src/License/NPL.elm +++ b/src/License/NPL.elm @@ -17,7 +17,7 @@ info = , moduleInfo = moduleInfo , descriptors = { name = "Nonviolent Public License v7" - , slug = "NVPL/CNPL" + , slug = "Nonviolent Public License" , desc = String.trim """ The NVPL is perhaps best known for its variant the CNPL (Cooperative Nonviolent Public License), an ELOS license unique in its restriction of commercial use of software to worker owned co-operatives (check off "Worker Ownership" to enable this variant).