From 074acec50bf58c4fed0fd5fe8ebeb1a341271e23 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 3 Jul 2013 16:35:13 +0200 Subject: [PATCH] Doh --- pkgs/lib/licenses.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/lib/licenses.nix b/pkgs/lib/licenses.nix index f6c1fddfd14..0dcdff0bee4 100644 --- a/pkgs/lib/licenses.nix +++ b/pkgs/lib/licenses.nix @@ -4,7 +4,8 @@ * add it to this list. The URL mentioned above is a good source for inspiration. */ - agpl3 = "AGPLv3"; + agpl3 = { + shortName = "AGPLv3"; fullName = "GNU Affero General Public License version 3 only"; url = https://www.gnu.org/licenses/agpl.html; };