maintainers: remove lattfein
no github account
This commit is contained in:
parent
cfd9d6405b
commit
213007a351
2 changed files with 1 additions and 14 deletions
|
@ -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";
|
||||
|
|
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue