From 83eac324de643a21b51e82c424e8d3037de28dad Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 22 Jun 2025 14:25:25 +0800 Subject: [PATCH] hyprshot: add ryan4yin as a maintainer --- pkgs/by-name/hy/hyprshot/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/hy/hyprshot/package.nix b/pkgs/by-name/hy/hyprshot/package.nix index 98666e17b84e..39a222d51ae6 100644 --- a/pkgs/by-name/hy/hyprshot/package.nix +++ b/pkgs/by-name/hy/hyprshot/package.nix @@ -52,7 +52,10 @@ stdenvNoCC.mkDerivation (finalAttrs: { homepage = "https://github.com/Gustash/hyprshot"; description = "Hyprshot is an utility to easily take screenshots in Hyprland using your mouse"; license = licenses.gpl3Only; - maintainers = with maintainers; [ Cryolitia ]; + maintainers = with maintainers; [ + Cryolitia + ryan4yin + ]; mainProgram = "hyprshot"; platforms = hyprland.meta.platforms; };