maintainers: add fnune

This commit is contained in:
Fausto Núñez Alberro 2024-09-21 11:28:57 +02:00
parent ca3c9deb90
commit a4a742b6b6
No known key found for this signature in database
GPG Key ID: C880645194A2D562
2 changed files with 8 additions and 1 deletions

View File

@ -7053,6 +7053,13 @@
githubId = 5918766;
name = "Franz Thoma";
};
fnune = {
email = "fausto.nunez@mailbox.org";
github = "fnune";
githubId = 16181067;
name = "Fausto Núñez Alberro";
keys = [ { fingerprint = "668E 01D1 B129 3F42 0A0F 933A C880 6451 94A2 D562"; } ];
};
foo-dogsquared = {
email = "foodogsquared@foodogsquared.one";
github = "foo-dogsquared";

View File

@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl3;
platforms = platforms.linux;
homepage = "https://github.com/baduhai/Koi";
maintainers = [ ];
maintainers = with lib.maintainers; [ fnune ];
};
}