mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
licenses: fix fullName
capitalization
inspired by repology.org
This commit is contained in:
parent
73c6284c2e
commit
65f6e6ccb6
@ -198,7 +198,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
|
|
||||||
eupl11 = spdx {
|
eupl11 = spdx {
|
||||||
spdxId = "EUPL-1.1";
|
spdxId = "EUPL-1.1";
|
||||||
fullname = "European Union Public License 1.1";
|
fullName = "European Union Public License 1.1";
|
||||||
};
|
};
|
||||||
|
|
||||||
fdl12 = spdx {
|
fdl12 = spdx {
|
||||||
@ -363,7 +363,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
miros = {
|
miros = {
|
||||||
fullname = "MirOS License";
|
fullName = "MirOS License";
|
||||||
url = https://opensource.org/licenses/MirOS;
|
url = https://opensource.org/licenses/MirOS;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user