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;