From 5e9ce01f9b583b4deee3994072c5f7d5a16e1b77 Mon Sep 17 00:00:00 2001 From: reedrw Date: Fri, 5 Apr 2024 11:48:23 -0400 Subject: [PATCH] i3lock-fancy: add reedrw as maintainer --- pkgs/applications/window-managers/i3/lock-fancy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/i3/lock-fancy.nix b/pkgs/applications/window-managers/i3/lock-fancy.nix index 7983cc135c14..a66e52bc40b0 100644 --- a/pkgs/applications/window-managers/i3/lock-fancy.nix +++ b/pkgs/applications/window-managers/i3/lock-fancy.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation { meta = with lib; { description = "i3lock is a bash script that takes a screenshot of the desktop, blurs the background and adds a lock icon and text"; homepage = "https://github.com/meskarune/i3lock-fancy"; - maintainers = [ ]; + maintainers = [ maintainers.reedrw ]; mainProgram = "i3lock-fancy"; license = licenses.mit; platforms = platforms.linux;