Change handle from c0dehero to pyrolagus

This commit is contained in:
Danny Bautista
2019-06-07 18:34:21 -04:00
parent 2ef3b5200a
commit f9073cd40c
4 changed files with 8 additions and 7 deletions
+1 -1
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; [ c0dehero ];
maintainers = with maintainers; [ ];
};
}