summary refs log tree commit diff
path: root/pkgs/applications/networking/station
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 /pkgs/applications/networking/station
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
Diffstat (limited to 'pkgs/applications/networking/station')
-rw-r--r--pkgs/applications/networking/station/default.nix2
1 files changed, 1 insertions, 1 deletions
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; [ ];
   };
 }