maintainers: add fnune
This commit is contained in:
parent
ca3c9deb90
commit
a4a742b6b6
@ -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";
|
||||
|
2
pkgs/kde/third-party/koi/default.nix
vendored
2
pkgs/kde/third-party/koi/default.nix
vendored
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user