maintainers: add _48cf

This commit is contained in:
Philipp Schuster 2024-03-25 12:36:16 +01:00
parent 002dc76285
commit 54ed3c6d9d
2 changed files with 7 additions and 0 deletions

View File

@ -203,6 +203,12 @@
fingerprint = "D292 365E 3C46 A5AA 75EE B30B 78DB 7EDE 3540 794B";
}];
};
_48cf = {
name = "czapek";
email = "czapek1337@gmail.com";
github = "48cf";
githubId = 32851089;
};
_6543 = {
email = "6543@obermui.de";
github = "6543";

View File

@ -53,6 +53,7 @@ stdenv.mkDerivation {
# necessarily the platforms for that bootable images can be created.
platforms = platforms.unix;
maintainers = [
maintainers._48cf
maintainers.phip1611
];
};