maintainers: remove lattfein

no github account
This commit is contained in:
ajs124 2022-06-23 01:16:20 +02:00
parent cfd9d6405b
commit 213007a351
2 changed files with 1 additions and 14 deletions

View file

@ -7110,19 +7110,6 @@
githubId = 621759;
name = "Lassulus";
};
lattfein = {
email = "lattfein@gmail.com";
# Their GitHub account was deleted.
#
# See: https://github.com/NixOS/nixpkgs/pull/69007 where this
# was added but is now owned by a ghost.
#
# Possibly the username lattfein (currently github ID 56827487) is
# owned by the same person, but we should confirm before adding
# the GitHub name or ID back.
# github = "lattfein";
name = "Koki Yasuno";
};
layus = {
email = "layus.on@gmail.com";
github = "layus";

View file

@ -36,6 +36,6 @@ in appimageTools.wrapType2 rec {
homepage = "https://getstation.com";
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ lattfein ];
maintainers = with maintainers; [ ];
};
}