summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-09-04 20:40:03 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-09-04 20:40:03 +0200
commit494ba98e65987320284dde09b373cd7f8edfaa69 (patch)
treef06f557e72f3576ac0b773802a265b257fe96cb8 /lib
parent559045d98c747e45014377108ba9786fe64fd3af (diff)
downloadnixpkgs-494ba98e65987320284dde09b373cd7f8edfaa69.tar
nixpkgs-494ba98e65987320284dde09b373cd7f8edfaa69.tar.gz
nixpkgs-494ba98e65987320284dde09b373cd7f8edfaa69.tar.bz2
nixpkgs-494ba98e65987320284dde09b373cd7f8edfaa69.tar.lz
nixpkgs-494ba98e65987320284dde09b373cd7f8edfaa69.tar.xz
nixpkgs-494ba98e65987320284dde09b373cd7f8edfaa69.tar.zst
nixpkgs-494ba98e65987320284dde09b373cd7f8edfaa69.zip
fix typo in postgresql license definition
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 6eb265b3316..caffa7539d1 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";
   };