about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-07-16 09:09:27 +0200
committerVladimír Čunát <v@cunat.cz>2022-07-16 09:26:33 +0200
commit38ca74efcb43772220850d0f6887dc611ec73172 (patch)
tree5c75e1df97d5977a97ae7ec0d5f83f24b78ba4c6 /pkgs/games
parentd6673a51bc974753373714c15a9a8f5c191e1336 (diff)
parentdc7cb428fdde68c68eb906ac47a97635fd982d7e (diff)
Merge #180818: remove myself from some meta.maintainers
Diffstat (limited to 'pkgs/games')
-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 1e5e25dbd3a24..1f051242ad900 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; [ vcunat phile314 ];
+      maintainers = with maintainers; [ phile314 ];
       platforms = with platforms; linux; # TODO: ++ darwin;
     };
   };