summary refs log tree commit diff
path: root/pkgs/development/libraries/qtkeychain
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-11-18 20:33:18 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-11-18 20:33:18 +0100
commitfc9f0b89a4ffba27374061dfc07b8a86263ac181 (patch)
tree7623310488b0e552464f2eb980f34652eae193a5 /pkgs/development/libraries/qtkeychain
parent84979667f35dff733727e8b3ba9c268a31d861ed (diff)
downloadnixpkgs-fc9f0b89a4ffba27374061dfc07b8a86263ac181.tar
nixpkgs-fc9f0b89a4ffba27374061dfc07b8a86263ac181.tar.gz
nixpkgs-fc9f0b89a4ffba27374061dfc07b8a86263ac181.tar.bz2
nixpkgs-fc9f0b89a4ffba27374061dfc07b8a86263ac181.tar.lz
nixpkgs-fc9f0b89a4ffba27374061dfc07b8a86263ac181.tar.xz
nixpkgs-fc9f0b89a4ffba27374061dfc07b8a86263ac181.tar.zst
nixpkgs-fc9f0b89a4ffba27374061dfc07b8a86263ac181.zip
fix evaluation (bad meta.license)
Diffstat (limited to 'pkgs/development/libraries/qtkeychain')
-rw-r--r--pkgs/development/libraries/qtkeychain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qtkeychain/default.nix b/pkgs/development/libraries/qtkeychain/default.nix
index 7d33e95326a..6ab29fa9ac5 100644
--- a/pkgs/development/libraries/qtkeychain/default.nix
+++ b/pkgs/development/libraries/qtkeychain/default.nix
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Platform-independent Qt API for storing passwords securely";
     homepage = "https://github.com/frankosterfeld/qtkeychain";
-    license = stdenv.lib.licenses.BSD3;
+    license = stdenv.lib.licenses.bsd3;
   };
 }