summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorYuka <86169957+yu-re-ka@users.noreply.github.com>2021-06-22 11:17:00 +0200
committerGitHub <noreply@github.com>2021-06-22 11:17:00 +0200
commit1bbdca36d28643b26e5aaf9c83dfb50144d73b55 (patch)
tree1b676920f984d90768752f683551592b84dfb17d /pkgs
parent5efe86e393220b3885b59fcc831e546d5d7dcc7b (diff)
downloadnixpkgs-1bbdca36d28643b26e5aaf9c83dfb50144d73b55.tar
nixpkgs-1bbdca36d28643b26e5aaf9c83dfb50144d73b55.tar.gz
nixpkgs-1bbdca36d28643b26e5aaf9c83dfb50144d73b55.tar.bz2
nixpkgs-1bbdca36d28643b26e5aaf9c83dfb50144d73b55.tar.lz
nixpkgs-1bbdca36d28643b26e5aaf9c83dfb50144d73b55.tar.xz
nixpkgs-1bbdca36d28643b26e5aaf9c83dfb50144d73b55.tar.zst
nixpkgs-1bbdca36d28643b26e5aaf9c83dfb50144d73b55.zip
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/version-management/gitlab/default.nix2
-rw-r--r--pkgs/servers/pleroma/default.nix2
-rw-r--r--pkgs/tools/misc/coreboot-utils/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/gitlab/default.nix b/pkgs/applications/version-management/gitlab/default.nix
index 225b9f6c0cb..fffe8894405 100644
--- a/pkgs/applications/version-management/gitlab/default.nix
+++ b/pkgs/applications/version-management/gitlab/default.nix
@@ -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
diff --git a/pkgs/servers/pleroma/default.nix b/pkgs/servers/pleroma/default.nix
index 25d2da63243..01608f1ca46 100644
--- a/pkgs/servers/pleroma/default.nix
+++ b/pkgs/servers/pleroma/default.nix
@@ -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" ];
   };
 }
diff --git a/pkgs/tools/misc/coreboot-utils/default.nix b/pkgs/tools/misc/coreboot-utils/default.nix
index d1735268224..a8c0f7f8378 100644
--- a/pkgs/tools/misc/coreboot-utils/default.nix
+++ b/pkgs/tools/misc/coreboot-utils/default.nix
@@ -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;
   };