mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Change handle from c0dehero to pyrolagus
This commit is contained in:
parent
2ef3b5200a
commit
f9073cd40c
@ -820,10 +820,6 @@
|
|||||||
github = "c0deaddict";
|
github = "c0deaddict";
|
||||||
name = "Jos van Bakel";
|
name = "Jos van Bakel";
|
||||||
};
|
};
|
||||||
c0dehero = {
|
|
||||||
email = "codehero@nerdpol.ch";
|
|
||||||
name = "CodeHero";
|
|
||||||
};
|
|
||||||
calbrecht = {
|
calbrecht = {
|
||||||
email = "christian.albrecht@mayflower.de";
|
email = "christian.albrecht@mayflower.de";
|
||||||
github = "calbrecht";
|
github = "calbrecht";
|
||||||
@ -4095,6 +4091,11 @@
|
|||||||
email = "patrick.callahan@latitudeengineering.com";
|
email = "patrick.callahan@latitudeengineering.com";
|
||||||
name = "Patrick Callahan";
|
name = "Patrick Callahan";
|
||||||
};
|
};
|
||||||
|
pyrolagus = {
|
||||||
|
email = "pyrolagus@gmail.com";
|
||||||
|
github = "PyroLagus";
|
||||||
|
name = "Danny Bautista";
|
||||||
|
};
|
||||||
q3k = {
|
q3k = {
|
||||||
email = "q3k@q3k.org";
|
email = "q3k@q3k.org";
|
||||||
github = "q3k";
|
github = "q3k";
|
||||||
|
@ -61,7 +61,7 @@ let
|
|||||||
description = "Infinite-world block sandbox game";
|
description = "Infinite-world block sandbox game";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.linux;
|
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/;
|
homepage = https://supertuxkart.net/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ c0dehero fuuzetsu peterhoeg ];
|
maintainers = with maintainers; [ pyrolagus fuuzetsu peterhoeg ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Infinite-world block sandbox game based on Minetest";
|
description = "Infinite-world block sandbox game based on Minetest";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ c0dehero ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user