Skip to content

Commit

Permalink
licenses: fix fullName capitalization
Browse files Browse the repository at this point in the history
inspired by repology.org

(cherry picked from commit 65f6e6c)
  • Loading branch information
vcunat committed Sep 4, 2017
1 parent eee2d17 commit ae0babc
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 ae0babc

Please sign in to comment.