Change handle from c0dehero to pyrolagus
This commit is contained in:
@@ -61,7 +61,7 @@ let
|
||||
description = "Infinite-world block sandbox game";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ c0dehero fpletz ];
|
||||
maintainers = with maintainers; [ pyrolagus fpletz ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ in stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = https://supertuxkart.net/;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ c0dehero fuuzetsu peterhoeg ];
|
||||
maintainers = with maintainers; [ pyrolagus fuuzetsu peterhoeg ];
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user