hyprland, hyprlandPlugins: add johnrtitor as maintainer

I am willing to merge and review PRs of hyprland related packages
This commit is contained in:
John Titor
2024-06-26 01:23:50 +05:30
parent c1f644a857
commit e60665293a
3 changed files with 10 additions and 3 deletions
@@ -25,6 +25,9 @@ mkHyprlandPlugin hyprland rec {
description = "Hyprland plugin for an i3 / sway like manual tiling layout";
license = lib.licenses.gpl3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ aacebedo ];
maintainers = with lib.maintainers; [
aacebedo
johnrtitor
];
};
}
@@ -33,7 +33,10 @@ let
homepage = "https://github.com/hyprwm/hyprland-plugins";
description = "Hyprland ${description} plugin";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fufexan ];
maintainers = with lib.maintainers; [
fufexan
johnrtitor
];
platforms = lib.platforms.linux;
};
}
+2 -1
View File
@@ -186,8 +186,9 @@ stdenv.mkDerivation (finalAttrs: {
description = "Dynamic tiling Wayland compositor that doesn't sacrifice on its looks";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
wozeparrot
fufexan
johnrtitor
wozeparrot
];
mainProgram = "Hyprland";
platforms = lib.platforms.linux;