hyprpaper: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2024-10-23 23:40:29 -05:00
parent e567db4156
commit c1dfbf9d63
No known key found for this signature in database

View File

@ -86,7 +86,11 @@ stdenv.mkDerivation (finalAttrs: {
inherit (finalAttrs.src.meta) homepage;
description = "Blazing fast wayland wallpaper utility";
license = licenses.bsd3;
maintainers = with maintainers; [ wozeparrot fufexan ];
maintainers = with maintainers; [
fufexan
khaneliman
wozeparrot
];
inherit (wayland.meta) platforms;
broken = stdenv.hostPlatform.isDarwin;
mainProgram = "hyprpaper";