about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-09 12:01:11 +0000
committerGitHub <noreply@github.com>2024-02-09 12:01:11 +0000
commita7f4ae064427f40c35ca090b289405ca6df8533c (patch)
treea1450f244e91f7ac9b98977898d51c5725ede5c0 /pkgs/tools/system
parentb38903da74d4fa07bd7045e89bb31e6d4cc13548 (diff)
parentcf57af7f537266c6e86f51cf1716aeb801a2d1cb (diff)
downloadnixlib-a7f4ae064427f40c35ca090b289405ca6df8533c.tar
nixlib-a7f4ae064427f40c35ca090b289405ca6df8533c.tar.gz
nixlib-a7f4ae064427f40c35ca090b289405ca6df8533c.tar.bz2
nixlib-a7f4ae064427f40c35ca090b289405ca6df8533c.tar.lz
nixlib-a7f4ae064427f40c35ca090b289405ca6df8533c.tar.xz
nixlib-a7f4ae064427f40c35ca090b289405ca6df8533c.tar.zst
nixlib-a7f4ae064427f40c35ca090b289405ca6df8533c.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/system')
-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 eb6ec1765f68..6ec57c253e89 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;
     };
 })