From 86cfc446a5f4352c28ae81ae71303a1746cd2d85 Mon Sep 17 00:00:00 2001 From: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com> Date: Fri, 23 May 2025 12:17:52 +0200 Subject: [PATCH] hyprlock: add MrSom3body as maintainer --- modules/hyprlock/meta.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/hyprlock/meta.nix b/modules/hyprlock/meta.nix index 60fcd0f5..cae3b492 100644 --- a/modules/hyprlock/meta.nix +++ b/modules/hyprlock/meta.nix @@ -1,5 +1,6 @@ +{ lib, ... }: { name = "hyprlock"; homepage = "https://github.com/hyprwm/hyprlock"; - maintainers = [ ]; + maintainers = [ lib.maintainers.MrSom3body ]; }