From 15219fe15e6607b543b3ad80f3c3b0bb0f1c38b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 25 Jan 2017 23:31:25 +0100 Subject: [PATCH] licenses.eupl11: unify with the other licenses ... as it *is* present in the SPDX list. --- lib/licenses.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/licenses.nix b/lib/licenses.nix index e45c0969649..90c1cc177cb 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -191,9 +191,9 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec { free = false; }; - eupl11 = { - fullName = "EUPL v1.1"; - url = https://joinup.ec.europa.eu/community/eupl/og_page/european-union-public-licence-eupl-v11; + eupl11 = spdx { + spdxId = "EUPL-1.1"; + fullname = "European Union Public License 1.1"; }; fdl12 = spdx {