mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
hypr{wayland-scanner,lock}: add johnrtitor as maintainer
This commit is contained in:
parent
dcaa3e8792
commit
6070d7f93f
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user