hypr{wayland-scanner,lock}: add johnrtitor as maintainer

This commit is contained in:
John Titor 2024-07-22 00:47:08 +05:30
parent dcaa3e8792
commit 6070d7f93f
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
2 changed files with 8 additions and 2 deletions

View File

@ -62,7 +62,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Hyprland's GPU-accelerated screen locking utility";
homepage = "https://github.com/hyprwm/hyprlock";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ iynaix ];
maintainers = with lib.maintainers; [
iynaix
johnrtitor
];
mainProgram = "hyprlock";
platforms = lib.platforms.linux;
};

View File

@ -36,7 +36,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Hyprland version of wayland-scanner in and for C++";
changelog = "https://github.com/hyprwm/hyprwayland-scanner/releases/tag/${finalAttrs.version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fufexan ];
maintainers = with lib.maintainers; [
fufexan
johnrtitor
];
mainProgram = "hyprwayland-scanner";
platforms = lib.platforms.linux;
};