summary refs log tree commit diff
path: root/pkgs/games/spring
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-05-17 12:57:28 +0100
committerDomen Kožar <domen@dev.si>2016-05-17 13:00:47 +0100
commitb49bf121b8bfea77b1c5c1eff23a96bef46a1eb8 (patch)
tree19e7fef1aad43f8c2c2bc766c190b0e07b36fd77 /pkgs/games/spring
parentaf364c0f775464f902f47257e673cfebb180540e (diff)
downloadnixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar
nixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.gz
nixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.bz2
nixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.lz
nixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.xz
nixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.tar.zst
nixpkgs-b49bf121b8bfea77b1c5c1eff23a96bef46a1eb8.zip
rename iElectric to domenkozar to match GitHub
Diffstat (limited to 'pkgs/games/spring')
-rw-r--r--pkgs/games/spring/default.nix2
-rw-r--r--pkgs/games/spring/springlobby.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/spring/default.nix b/pkgs/games/spring/default.nix
index 9e4a0954272..e6631c21654 100644
--- a/pkgs/games/spring/default.nix
+++ b/pkgs/games/spring/default.nix
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
     homepage = http://springrts.com/;
     description = "A powerful real-time strategy (RTS) game engine";
     license = licenses.gpl2;
-    maintainers = [ maintainers.phreedom maintainers.qknight maintainers.iElectric ];
+    maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
     platforms = platforms.linux;
   };
 }
diff --git a/pkgs/games/spring/springlobby.nix b/pkgs/games/spring/springlobby.nix
index 571cf311545..2cd9f24721f 100644
--- a/pkgs/games/spring/springlobby.nix
+++ b/pkgs/games/spring/springlobby.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
     repositories.git = git://github.com/springlobby/springlobby.git;
     description = "Cross-platform lobby client for the Spring RTS project";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ phreedom qknight iElectric ];
+    maintainers = with maintainers; [ phreedom qknight domenkozar ];
     platforms = platforms.linux;
   };
 }