chatty: remove tomfitzhenry as maintainer

I no longer use this, so am not best placed to maintain/test this.
This commit is contained in:
Tom Fitzhenry 2024-04-25 00:08:14 +10:00
parent a333ffb914
commit 9d666d70df
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
}