summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2022-02-20 09:57:45 +0100
committerGitHub <noreply@github.com>2022-02-20 09:57:45 +0100
commit7feed2c0bec4161c83509d18089784cfcef49667 (patch)
treeda55b47a8513f004a4c8bdbc321aff191c887c33 /pkgs/tools/networking
parent59b1fab58026b08ad7c0103ab6b53ca067af41f6 (diff)
parent5dd2d7429603f2322de01d85df1946661501e8ba (diff)
downloadnixpkgs-7feed2c0bec4161c83509d18089784cfcef49667.tar
nixpkgs-7feed2c0bec4161c83509d18089784cfcef49667.tar.gz
nixpkgs-7feed2c0bec4161c83509d18089784cfcef49667.tar.bz2
nixpkgs-7feed2c0bec4161c83509d18089784cfcef49667.tar.lz
nixpkgs-7feed2c0bec4161c83509d18089784cfcef49667.tar.xz
nixpkgs-7feed2c0bec4161c83509d18089784cfcef49667.tar.zst
nixpkgs-7feed2c0bec4161c83509d18089784cfcef49667.zip
Merge pull request #160917 from pingiun/patch-12
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/eternal-terminal/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/eternal-terminal/default.nix b/pkgs/tools/networking/eternal-terminal/default.nix
index 96a999e2779..63560ce7ad6 100644
--- a/pkgs/tools/networking/eternal-terminal/default.nix
+++ b/pkgs/tools/networking/eternal-terminal/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
     description = "Remote shell that automatically reconnects without interrupting the session";
     homepage = "https://eternalterminal.dev/";
     license = licenses.asl20;
-    maintainers = with maintainers; [ dezgeg pingiun ];
+    maintainers = with maintainers; [ dezgeg ];
     platforms = platforms.linux ++ platforms.darwin;
   };
 }