rename iElectric to domenkozar to match GitHub

This commit is contained in:
Domen Kožar
2016-05-17 13:00:47 +01:00
parent af364c0f77
commit b49bf121b8
78 changed files with 145 additions and 145 deletions
+1 -1
View File
@@ -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;
};
}
+1 -1
View File
@@ -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;
};
}