summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-09-15 00:55:47 -0700
committerWilliam A. Kennington III <william@wkennington.com>2014-09-15 01:08:28 -0700
commitc27594d8b4a2f7e3cf035e0494322b7728f43a41 (patch)
tree37f7c4aa44198da4fd8b834a22c070dbd9f3a532
parentd8858f8a25ffd064877488dc266c5dddd9a361dd (diff)
downloadnixpkgs-c27594d8b4a2f7e3cf035e0494322b7728f43a41.tar
nixpkgs-c27594d8b4a2f7e3cf035e0494322b7728f43a41.tar.gz
nixpkgs-c27594d8b4a2f7e3cf035e0494322b7728f43a41.tar.bz2
nixpkgs-c27594d8b4a2f7e3cf035e0494322b7728f43a41.tar.lz
nixpkgs-c27594d8b4a2f7e3cf035e0494322b7728f43a41.tar.xz
nixpkgs-c27594d8b4a2f7e3cf035e0494322b7728f43a41.tar.zst
nixpkgs-c27594d8b4a2f7e3cf035e0494322b7728f43a41.zip
pcsclite: Add myself as maintainer
-rw-r--r--pkgs/tools/security/pcsclite/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/pcsclite/default.nix b/pkgs/tools/security/pcsclite/default.nix
index 2737cc43575..fe459b2c476 100644
--- a/pkgs/tools/security/pcsclite/default.nix
+++ b/pkgs/tools/security/pcsclite/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     description = "Middleware to access a smart card using SCard API (PC/SC)";
     homepage = http://pcsclite.alioth.debian.org/;
     license = licenses.bsd3;
-    maintainers = with maintainers; [viric];
+    maintainers = with maintainers; [ viric wkennington ];
     platforms = with platforms; linux;
   };
 }