licenses: refer to curl using spdx
This commit is contained in:
parent
698b06dfe4
commit
8bec8df663
@ -218,9 +218,9 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
|
|||||||
fullName = "Common Public License 1.0";
|
fullName = "Common Public License 1.0";
|
||||||
};
|
};
|
||||||
|
|
||||||
curl = {
|
curl = spdx {
|
||||||
fullName = "MIT/X11 derivate";
|
spdxId = "curl";
|
||||||
url = "https://curl.haxx.se/docs/copyright.html";
|
fullName = "curl License";
|
||||||
};
|
};
|
||||||
|
|
||||||
doc = spdx {
|
doc = spdx {
|
||||||
|
Loading…
Reference in New Issue
Block a user