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