summary refs log tree commit diff
path: root/pkgs/applications/networking/sync/rclone/default.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-08 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-08-08 04:20:00 +0000
commita80b05f48e1ce61e381adafbe3671f2879c1c06e (patch)
tree10e7f114366a03839875cc0baff479ba11f7cc85 /pkgs/applications/networking/sync/rclone/default.nix
parentd7ea32d90f475bbdc6dc6dde81fe5fe6d8214073 (diff)
downloadnixpkgs-a80b05f48e1ce61e381adafbe3671f2879c1c06e.tar
nixpkgs-a80b05f48e1ce61e381adafbe3671f2879c1c06e.tar.gz
nixpkgs-a80b05f48e1ce61e381adafbe3671f2879c1c06e.tar.bz2
nixpkgs-a80b05f48e1ce61e381adafbe3671f2879c1c06e.tar.lz
nixpkgs-a80b05f48e1ce61e381adafbe3671f2879c1c06e.tar.xz
nixpkgs-a80b05f48e1ce61e381adafbe3671f2879c1c06e.tar.zst
nixpkgs-a80b05f48e1ce61e381adafbe3671f2879c1c06e.zip
rclone: add marsam to maintainers
Diffstat (limited to 'pkgs/applications/networking/sync/rclone/default.nix')
-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 de1f24f60c7..1715a7616bf 100644
--- a/pkgs/applications/networking/sync/rclone/default.nix
+++ b/pkgs/applications/networking/sync/rclone/default.nix
@@ -38,7 +38,7 @@ buildGoPackage rec {
     description = "Command line program to sync files and directories to and from major cloud storage";
     homepage = "https://rclone.org";
     license = licenses.mit;
-    maintainers = with maintainers; [ danielfullmer ];
+    maintainers = with maintainers; [ danielfullmer marsam ];
     platforms = platforms.all;
   };
 }