eternal-terminal: remove pingiun as maintainer

This commit is contained in:
Jelle Besseling 2022-02-19 17:35:25 +01:00
parent d4f94b3960
commit 5dd2d74296
No known key found for this signature in database
GPG Key ID: 9712452E8BE3372E
2 changed files with 2 additions and 2 deletions

View File

@ -90,6 +90,6 @@ in
};
meta = {
maintainers = with lib.maintainers; [ pingiun ];
maintainers = with lib.maintainers; [ ];
};
}

View File

@ -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;
};
}