summary refs log tree commit diff
path: root/pkgs/tools/misc/keychain/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/keychain/default.nix')
-rw-r--r--pkgs/tools/misc/keychain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/keychain/default.nix b/pkgs/tools/misc/keychain/default.nix
index 2c2a547f2fd..2eb63f09216 100644
--- a/pkgs/tools/misc/keychain/default.nix
+++ b/pkgs/tools/misc/keychain/default.nix
@@ -30,6 +30,6 @@ stdenv.mkDerivation {
   meta = { 
     description = "Keychain management tool";
     homepage = "http://www.gentoo.org/proj/en/keychain/";
-    license = "GPL2";
+    license = stdenv.lib.licenses.gpl2;
   };
 }