rclone: add marsam to maintainers

This commit is contained in:
Mario Rodas 2020-08-08 04:20:00 +00:00
parent d7ea32d90f
commit a80b05f48e
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

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