Commit 9d666d70 authored by Tom Fitzhenry's avatar Tom Fitzhenry
Browse files

chatty: remove tomfitzhenry as maintainer

I no longer use this, so am not best placed to maintain/test this.
parent a333ffb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
    homepage = "https://gitlab.gnome.org/World/Chatty";
    changelog = "https://gitlab.gnome.org/World/Chatty/-/blob/${src.rev}/NEWS";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ dotlambda tomfitzhenry ];
    maintainers = with maintainers; [ dotlambda ];
    platforms = platforms.linux;
  };
}