hyprshot: add ryan4yin as a maintainer

This commit is contained in:
Ryan Yin
2025-06-22 14:25:25 +08:00
parent 87d4264730
commit 83eac324de
+4 -1
View File
@@ -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;
};