about summary refs log tree commit diff
path: root/pkgs/tools/security/omapd
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 01:40:02 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:54:53 +0200
commit45ec5898cbe01554bc918b6411a85098c2017f78 (patch)
treec8335c78be63c801a34e72315369eaad241ea512 /pkgs/tools/security/omapd
parenta8517f95b85579d7a6c29d2d4d726f1078c68082 (diff)
maintainers: remove tstrobel
was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
Diffstat (limited to 'pkgs/tools/security/omapd')
-rw-r--r--pkgs/tools/security/omapd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/omapd/default.nix b/pkgs/tools/security/omapd/default.nix
index 7ce377e601a36..c2d911372eb0c 100644
--- a/pkgs/tools/security/omapd/default.nix
+++ b/pkgs/tools/security/omapd/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     homepage = "https://code.google.com/archive/p/omapd/";
     description = "IF-MAP Server that implements the IF-MAP v1.1 and v2.0 specifications published by the Trusted Computing Group (TCG)";
     license = licenses.gpl3;
-    maintainers = [ maintainers.tstrobel ];
+    maintainers = [ ];
     platforms = platforms.linux;
   };
 }