about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hausmann <ph_git@314.ch>2023-02-09 22:09:21 +0100
committerPhilipp Hausmann <ph_git@314.ch>2023-02-09 22:16:02 +0100
commit5cb3cdf6d49c13ad2e76ebbdda7a9564f43fddec (patch)
tree257165d1f7529c561c0ae6c22e9d24fb49741cd7
parent979dce7414fbe83abe89320124311300478ce559 (diff)
simutrans: remove phile314 as maintainer
-rw-r--r--pkgs/games/simutrans/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/simutrans/default.nix b/pkgs/games/simutrans/default.nix
index 1f051242ad900..cc8b864c1f3ee 100644
--- a/pkgs/games/simutrans/default.nix
+++ b/pkgs/games/simutrans/default.nix
@@ -163,7 +163,7 @@ let
 
       homepage = "http://www.simutrans.com/";
       license = with licenses; [ artistic1 gpl1Plus ];
-      maintainers = with maintainers; [ phile314 ];
+      maintainers = with maintainers; [ ];
       platforms = with platforms; linux; # TODO: ++ darwin;
     };
   };