Remove myself from maintainers. (#361175)

This commit is contained in:
Thiago Kenji Okada
2024-12-02 19:21:08 +00:00
committed by GitHub
3 changed files with 2 additions and 8 deletions
-6
View File
@@ -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";
+1 -1
View File
@@ -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; [ ];
};
}
+1 -1
View File
@@ -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 = [ ];
};
}