maintainers: add fnune
This commit is contained in:
parent
ca3c9deb90
commit
a4a742b6b6
@ -7053,6 +7053,13 @@
|
|||||||
githubId = 5918766;
|
githubId = 5918766;
|
||||||
name = "Franz Thoma";
|
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 = {
|
foo-dogsquared = {
|
||||||
email = "foodogsquared@foodogsquared.one";
|
email = "foodogsquared@foodogsquared.one";
|
||||||
github = "foo-dogsquared";
|
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;
|
license = licenses.lgpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
homepage = "https://github.com/baduhai/Koi";
|
homepage = "https://github.com/baduhai/Koi";
|
||||||
maintainers = [ ];
|
maintainers = with lib.maintainers; [ fnune ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user