summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pam_ssh_agent_auth
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-05-22 11:29:16 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-05-22 11:29:16 -0400
commit2767a01042eb2625099eb1ee61ae5a60c2f69b01 (patch)
treedcbc419a03c863597ac0e48c13734107913a02ba /pkgs/os-specific/linux/pam_ssh_agent_auth
parent6655840a870c5131eaa9e13f9776afb93f33dbdd (diff)
downloadnixpkgs-2767a01042eb2625099eb1ee61ae5a60c2f69b01.tar
nixpkgs-2767a01042eb2625099eb1ee61ae5a60c2f69b01.tar.gz
nixpkgs-2767a01042eb2625099eb1ee61ae5a60c2f69b01.tar.bz2
nixpkgs-2767a01042eb2625099eb1ee61ae5a60c2f69b01.tar.lz
nixpkgs-2767a01042eb2625099eb1ee61ae5a60c2f69b01.tar.xz
nixpkgs-2767a01042eb2625099eb1ee61ae5a60c2f69b01.tar.zst
nixpkgs-2767a01042eb2625099eb1ee61ae5a60c2f69b01.zip
pam_ssh_agent_auth: Add to channel
Diffstat (limited to 'pkgs/os-specific/linux/pam_ssh_agent_auth')
-rw-r--r--pkgs/os-specific/linux/pam_ssh_agent_auth/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/pam_ssh_agent_auth/default.nix b/pkgs/os-specific/linux/pam_ssh_agent_auth/default.nix
index eae62c9e197..6a3bb78d639 100644
--- a/pkgs/os-specific/linux/pam_ssh_agent_auth/default.nix
+++ b/pkgs/os-specific/linux/pam_ssh_agent_auth/default.nix
@@ -21,5 +21,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = http://pamsshagentauth.sourceforge.net/;
     description = "PAM module for authentication through the SSH agent";
+    maintainers = [ stdenv.lib.maintainers.eelco ];
+    platforms = stdenv.lib.maintainers.linux;
   };
 }