From 8bec8df663f3ee78c7e023766f86c70cb188f563 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Sun, 22 Sep 2019 20:33:44 +0000 Subject: [PATCH] licenses: refer to curl using spdx --- lib/licenses.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/licenses.nix b/lib/licenses.nix index 236250c8b9f..986b7fa1fdd 100644 --- a/lib/licenses.nix +++ b/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 {