Fix spdx syntax for GPL1

This commit is contained in:
Michael Raskin 2014-12-07 19:03:31 +03:00
parent 774b0fc028
commit cb0fa1d4f7

View file

@ -135,7 +135,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
};
gpl1 = spdx {
shortName = "GPL-1.0";
spdxId = "GPL-1.0";
fullName = "GNU General Public License v1.0 only";
};