Commit 5e9ce01f authored by reedrw's avatar reedrw
Browse files

i3lock-fancy: add reedrw as maintainer

parent 732c6d24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;