mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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:
parent
5efe86e393
commit
1bbdca36d2
@ -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";
|
||||
|
@ -136,6 +136,7 @@ with lib.maintainers; {
|
||||
mmilata
|
||||
petabyteboy
|
||||
ryantm
|
||||
yuka
|
||||
];
|
||||
scope = "Maintain Jitsi.";
|
||||
};
|
||||
|
@ -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
|
||||
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user