about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2024-04-27 22:41:20 +1000
committerTom Fitzhenry <tom@tom-fitzhenry.me.uk>2024-04-27 23:02:08 +1000
commit3d870b59dea0197af18c737b8872842dd4b3cdc4 (patch)
treec739d5b5e50c4eaadb8e9ed5d5e500c872b9a589 /pkgs/applications/networking
parent51c39ced2a778d38032c1f76767fd7d703aa85bf (diff)
rclone: add tomfitzhenry as maintainer
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/sync/rclone/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sync/rclone/default.nix b/pkgs/applications/networking/sync/rclone/default.nix
index 05d05fa2db536..0ffd47435ff2f 100644
--- a/pkgs/applications/networking/sync/rclone/default.nix
+++ b/pkgs/applications/networking/sync/rclone/default.nix
@@ -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 ];
   };
 }