summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 01:16:20 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:13 +0200
commit213007a351879ee1b80abc13a3d69136c37af9a9 (patch)
treed0604f730b47b01059c859cd25bd65cd0b7b2e74
parentcfd9d6405bfdebcfdc34af41c92176efa3d228eb (diff)
downloadnixpkgs-213007a351879ee1b80abc13a3d69136c37af9a9.tar
nixpkgs-213007a351879ee1b80abc13a3d69136c37af9a9.tar.gz
nixpkgs-213007a351879ee1b80abc13a3d69136c37af9a9.tar.bz2
nixpkgs-213007a351879ee1b80abc13a3d69136c37af9a9.tar.lz
nixpkgs-213007a351879ee1b80abc13a3d69136c37af9a9.tar.xz
nixpkgs-213007a351879ee1b80abc13a3d69136c37af9a9.tar.zst
nixpkgs-213007a351879ee1b80abc13a3d69136c37af9a9.zip
maintainers: remove lattfein
no github account
-rw-r--r--maintainers/maintainer-list.nix13
-rw-r--r--pkgs/applications/networking/station/default.nix2
2 files changed, 1 insertions, 14 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index c8495e449be..e75f1876677 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -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";
diff --git a/pkgs/applications/networking/station/default.nix b/pkgs/applications/networking/station/default.nix
index 9409a3c5fcd..f60bcf8b7be 100644
--- a/pkgs/applications/networking/station/default.nix
+++ b/pkgs/applications/networking/station/default.nix
@@ -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; [ ];
   };
 }