clapper: 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:06:51 +10:00
parent 1233a56d83
commit a333ffb914
1 changed files with 1 additions and 1 deletions

View File

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