Skip to content

Commit

Permalink
licenses: fix fullName capitalization
Browse files Browse the repository at this point in the history
inspired by repology.org
  • Loading branch information
vcunat committed Sep 4, 2017
1 parent 73c6284 commit 65f6e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/licenses.nix
Expand Up @@ -198,7 +198,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {

eupl11 = spdx {
spdxId = "EUPL-1.1";
fullname = "European Union Public License 1.1";
fullName = "European Union Public License 1.1";
};

fdl12 = spdx {
Expand Down Expand Up @@ -363,7 +363,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
};

miros = {
fullname = "MirOS License";
fullName = "MirOS License";
url = https://opensource.org/licenses/MirOS;
};

Expand Down

0 comments on commit 65f6e6c

Please sign in to comment.