i3lock-fancy: add reedrw as maintainer

This commit is contained in:
reedrw
2024-04-05 11:48:23 -04:00
parent 732c6d245b
commit 5e9ce01f9b
@@ -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;