mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
Remove myself from maintainers.
This commit is contained in:
parent
94d17479d4
commit
476e0b59aa
@ -7062,12 +7062,6 @@
|
|||||||
githubId = 878822;
|
githubId = 878822;
|
||||||
name = "Tristan Helmich";
|
name = "Tristan Helmich";
|
||||||
};
|
};
|
||||||
falsifian = {
|
|
||||||
email = "james.cook@utoronto.ca";
|
|
||||||
github = "falsifian";
|
|
||||||
githubId = 225893;
|
|
||||||
name = "James Cook";
|
|
||||||
};
|
|
||||||
fangpen = {
|
fangpen = {
|
||||||
email = "hello@fangpenlin.com";
|
email = "hello@fangpenlin.com";
|
||||||
github = "fangpenlin";
|
github = "fangpenlin";
|
||||||
|
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://dump.sourceforge.io/";
|
homepage = "https://dump.sourceforge.io/";
|
||||||
description = "Linux Ext2 filesystem dump/restore utilities";
|
description = "Linux Ext2 filesystem dump/restore utilities";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ falsifian ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://keldon.net/rftg/";
|
homepage = "http://keldon.net/rftg/";
|
||||||
description = "Implementation of the card game Race for the Galaxy, including an AI";
|
description = "Implementation of the card game Race for the Galaxy, including an AI";
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
maintainers = [ lib.maintainers.falsifian ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user