maintainers: add yuka (#127773)

If this seems strange to you, or you are a maintainer of one of these
packages, please contact me on Matrix: @yuka:yuka.dev
This commit is contained in:
Yuka 2021-06-22 11:17:00 +02:00 committed by GitHub
parent 5efe86e393
commit 1bbdca36d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 3 deletions

View file

@ -11420,6 +11420,12 @@
fingerprint = "85F8 E850 F8F2 F823 F934 535B EC50 6589 9AEA AF4C"; fingerprint = "85F8 E850 F8F2 F823 F934 535B EC50 6589 9AEA AF4C";
}]; }];
}; };
yuka = {
email = "yuka@yuka.dev";
github = "yu-re-ka";
githubId = 86169957;
name = "Yureka";
};
yusdacra = { yusdacra = {
email = "y.bera003.06@protonmail.com"; email = "y.bera003.06@protonmail.com";
github = "yusdacra"; github = "yusdacra";

View file

@ -136,6 +136,7 @@ with lib.maintainers; {
mmilata mmilata
petabyteboy petabyteboy
ryantm ryantm
yuka
]; ];
scope = "Maintain Jitsi."; scope = "Maintain Jitsi.";
}; };

View file

@ -191,7 +191,7 @@ stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
homepage = "http://www.gitlab.com/"; homepage = "http://www.gitlab.com/";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ fpletz globin krav talyz ]; maintainers = with maintainers; [ fpletz globin krav talyz yuka ];
} // (if gitlabEnterprise then } // (if gitlabEnterprise then
{ {
license = licenses.unfreeRedistributable; # https://gitlab.com/gitlab-org/gitlab-ee/raw/master/LICENSE license = licenses.unfreeRedistributable; # https://gitlab.com/gitlab-org/gitlab-ee/raw/master/LICENSE

View file

@ -218,7 +218,7 @@ beamPackages.mixRelease rec {
description = "ActivityPub microblogging server"; description = "ActivityPub microblogging server";
homepage = https://git.pleroma.social/pleroma/pleroma; homepage = https://git.pleroma.social/pleroma/pleroma;
license = licenses.agpl3; license = licenses.agpl3;
maintainers = with maintainers; [ petabyteboy ninjatrappeur ]; maintainers = with maintainers; [ petabyteboy ninjatrappeur yuka ];
platforms = [ "x86_64-linux" "aarch64-linux" ]; platforms = [ "x86_64-linux" "aarch64-linux" ];
}; };
} }

View file

@ -7,7 +7,7 @@ let
description = "Various coreboot-related tools"; description = "Various coreboot-related tools";
homepage = "https://www.coreboot.org"; homepage = "https://www.coreboot.org";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ petabyteboy felixsinger ]; maintainers = with maintainers; [ petabyteboy felixsinger yuka ];
platforms = platforms.linux; platforms = platforms.linux;
}; };