rclone: add tomfitzhenry as maintainer

This commit is contained in:
Tom Fitzhenry 2024-04-27 22:41:20 +10:00
parent 51c39ced2a
commit 3d870b59de
1 changed files with 1 additions and 1 deletions

View File

@ -64,6 +64,6 @@ buildGoModule rec {
changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md";
license = licenses.mit;
mainProgram = "rclone";
maintainers = with maintainers; [ SuperSandro2000 ];
maintainers = with maintainers; [ SuperSandro2000 tomfitzhenry ];
};
}