Commit a333ffb9 authored by Tom Fitzhenry's avatar Tom Fitzhenry
Browse files

clapper: remove tomfitzhenry as maintainer

I no longer use this, so am not best placed to maintain/test this.
parent 1233a56d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
    '';
    homepage = "https://github.com/Rafostar/clapper";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ tomfitzhenry ];
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
  };
}