about summary refs log tree commit diff
path: root/pkgs/tools/system/amtterm/default.nix
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2024-02-09 11:39:43 +0000
committerEmery Hemingway <ehmry@posteo.net>2024-02-09 11:45:41 +0000
commit1a72ea772242923cc8d13b063ab1b224391dabf3 (patch)
tree6842e6127c0c637a5e19b7cfaa55567ead0bf0ca /pkgs/tools/system/amtterm/default.nix
parent3701258fe1080094f1aa98af233bd8266f118760 (diff)
ehmry: reduce maintainership
Diffstat (limited to 'pkgs/tools/system/amtterm/default.nix')
-rw-r--r--pkgs/tools/system/amtterm/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/system/amtterm/default.nix b/pkgs/tools/system/amtterm/default.nix
index eb6ec1765f685..6ec57c253e892 100644
--- a/pkgs/tools/system/amtterm/default.nix
+++ b/pkgs/tools/system/amtterm/default.nix
@@ -22,7 +22,6 @@ stdenv.mkDerivation (finalAttrs: {
     { description = "Intel AMTĀ® SoL client + tools";
       homepage = "https://www.kraxel.org/cgit/amtterm/";
       license = licenses.gpl2;
-      maintainers = [ maintainers.ehmry ];
       platforms = platforms.linux;
     };
 })