summary refs log tree commit diff
path: root/pkgs/tools/security/pcsctools/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-09 16:01:10 +0100
committerPeter Simons <simons@cryp.to>2015-03-09 16:02:48 +0100
commit97feb65c00441a645c080c9e98a165dd84f5c43a (patch)
treeea9362339d9c89bb36205b72ed5a20086865ada1 /pkgs/tools/security/pcsctools/default.nix
parent943754c5d0f9a7fa645e5f4b3ffe63de379097da (diff)
downloadnixpkgs-97feb65c00441a645c080c9e98a165dd84f5c43a.tar
nixpkgs-97feb65c00441a645c080c9e98a165dd84f5c43a.tar.gz
nixpkgs-97feb65c00441a645c080c9e98a165dd84f5c43a.tar.bz2
nixpkgs-97feb65c00441a645c080c9e98a165dd84f5c43a.tar.lz
nixpkgs-97feb65c00441a645c080c9e98a165dd84f5c43a.tar.xz
nixpkgs-97feb65c00441a645c080c9e98a165dd84f5c43a.tar.zst
nixpkgs-97feb65c00441a645c080c9e98a165dd84f5c43a.zip
pcsctools: fix evaluation
Diffstat (limited to 'pkgs/tools/security/pcsctools/default.nix')
-rw-r--r--pkgs/tools/security/pcsctools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/pcsctools/default.nix b/pkgs/tools/security/pcsctools/default.nix
index a72556447cd..72e43f15fe6 100644
--- a/pkgs/tools/security/pcsctools/default.nix
+++ b/pkgs/tools/security/pcsctools/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Tools used to test a PC/SC driver, card or reader";
     homepage = http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
-    license = licenses.gpl2plus;
+    license = licenses.gpl2Plus;
     maintainers = with maintainers; [ viric ];
     platforms = with platforms; linux;
   };