Add c0dehero as a maintainer of minetest and voxelands

This commit is contained in:
Jascha Geerds 2015-05-17 22:47:36 +02:00
parent e8efbcd3d3
commit f3162d6d4f
2 changed files with 2 additions and 2 deletions

View file

@ -39,6 +39,6 @@ in stdenv.mkDerivation {
description = "Infinite-world block sandbox game";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ];
maintainers = with maintainers; [ jgeerds c0dehero ];
};
}

View file

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "Infinite-world block sandbox game based on Minetest";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ];
maintainers = with maintainers; [ jgeerds c0dehero ];
};
}