summaryrefslogtreecommitdiffstats
path: root/lib/licenses.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index ebeb1377339b..190eeefc1bf8 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -87,7 +87,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
beerware = spdx {
spdxId = "Beerware";
- fullName = ''Beerware License'';
+ fullName = "Beerware License";
};
blueOak100 = spdx {
@@ -107,7 +107,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
bsd2Patent = spdx {
spdxId = "BSD-2-Clause-Patent";
- fullName = ''BSD-2-Clause Plus Patent License'';
+ fullName = "BSD-2-Clause Plus Patent License";
};
bsd3 = spdx {