maintainers: remove keksbg (#307027)

This commit is contained in:
Stella 2024-04-27 03:22:56 +00:00 committed by GitHub
parent 31e8a89312
commit 97c7b6dfb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 10 deletions

View File

@ -10388,15 +10388,6 @@
github = "keenanweaver";
githubId = 37268985;
};
keksbg = {
email = "keksbg@riseup.net";
name = "Stella";
github = "keksbg";
githubId = 10682187;
keys = [{
fingerprint = "AB42 1F18 5A19 A160 AD77 9885 3D6D CA5B 6F2C 2A7A";
}];
};
keldu = {
email = "mail@keldu.de";
github = "keldu";

View File

@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
description = "A fast high compression read-only file system";
homepage = "https://github.com/mhx/dwarfs";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ keksbg ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}