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";
}];
};
yuka = {
email = "yuka@yuka.dev";
github = "yu-re-ka";
githubId = 86169957;
name = "Yureka";
};
yusdacra = {
email = "y.bera003.06@protonmail.com";
github = "yusdacra";

View file

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

View file

@ -191,7 +191,7 @@ stdenv.mkDerivation {
meta = with lib; {
homepage = "http://www.gitlab.com/";
platforms = platforms.linux;
maintainers = with maintainers; [ fpletz globin krav talyz ];
maintainers = with maintainers; [ fpletz globin krav talyz yuka ];
} // (if gitlabEnterprise then
{
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";
homepage = https://git.pleroma.social/pleroma/pleroma;
license = licenses.agpl3;
maintainers = with maintainers; [ petabyteboy ninjatrappeur ];
maintainers = with maintainers; [ petabyteboy ninjatrappeur yuka ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
}

View file

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