licenses: refer to curl using spdx

wip/yesman
Orivej Desh 5 years ago
parent 698b06dfe4
commit 8bec8df663
  1. 6
      lib/licenses.nix

@ -218,9 +218,9 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "Common Public License 1.0";
};
curl = {
fullName = "MIT/X11 derivate";
url = "https://curl.haxx.se/docs/copyright.html";
curl = spdx {
spdxId = "curl";
fullName = "curl License";
};
doc = spdx {

Loading…
Cancel
Save