Merge pull request #160917 from pingiun/patch-12

This commit is contained in:
Maciej Krüger 2022-02-20 09:57:45 +01:00 committed by GitHub
commit 7feed2c0be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
};
}