summary refs log tree commit diff
path: root/pkgs/tools/security/tpm-quote-tools
diff options
context:
space:
mode:
authorNathan <ndowens04@gmail.com>2019-12-26 21:28:10 +0000
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-12-26 16:47:41 -0500
commitb0caf68bffe54a001eb74ae6914e84e2ea6f68e5 (patch)
treef42c83c631b282753527ae7e4f23dc1e41f245f5 /pkgs/tools/security/tpm-quote-tools
parent690390d49349be4ac5cff7616dffc47ece45fb77 (diff)
downloadnixpkgs-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.tar
nixpkgs-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.tar.gz
nixpkgs-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.tar.bz2
nixpkgs-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.tar.lz
nixpkgs-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.tar.xz
nixpkgs-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.tar.zst
nixpkgs-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.zip
maintainer-list.nix: remove ndowens
Diffstat (limited to 'pkgs/tools/security/tpm-quote-tools')
-rw-r--r--pkgs/tools/security/tpm-quote-tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/tpm-quote-tools/default.nix b/pkgs/tools/security/tpm-quote-tools/default.nix
index 5d54758cc7c..f7526ac7225 100644
--- a/pkgs/tools/security/tpm-quote-tools/default.nix
+++ b/pkgs/tools/security/tpm-quote-tools/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     '';
     homepage    = http://tpmquotetools.sourceforge.net/;
     license     = licenses.bsd3;
-    maintainers = with maintainers; [ ak ndowens ];
+    maintainers = with maintainers; [ ak ];
     platforms   = platforms.linux;
   };
 }