From 494ba98e65987320284dde09b373cd7f8edfaa69 Mon Sep 17 00:00:00 2001 From: Aristid Breitkreuz Date: Thu, 4 Sep 2014 20:40:03 +0200 Subject: [PATCH] fix typo in postgresql license definition --- lib/licenses.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/licenses.nix b/lib/licenses.nix index 6eb265b3316c..caffa7539d17 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -232,7 +232,7 @@ rec { fullName = "OpenSSL License"; }; - postgresql = spqd { + postgresql = spdx { shortName = "PostgreSQL"; fullName = "PostgreSQL License"; };