diff options
author | Brad Ackerman <brad@facefault.org> | 2021-05-14 09:04:52 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2021-05-14 09:04:52 +0000 |
commit | fb8a25a00e5020d030771be6a3f2e9e25973e8e6 (patch) | |
tree | d27c582de1c00ae675f4b745478c1f160368fc5f | |
parent | 1025536a1c76b990b4d38df2b27b8fc96cea76c6 (diff) |
net/rclone: adopt rclone
- Submitter becomes maintainer
PR: 255856
Approved by: dbaio, garga (mentors, implicit)
-rw-r--r-- | net/rclone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rclone/Makefile b/net/rclone/Makefile index f1f9fce92844..b3cb7782fd72 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.55.1 CATEGORIES= net -MAINTAINER= ports@FreeBSD.org +MAINTAINER= brad@facefault.org COMMENT= Sync files to and from various cloud services LICENSE= MIT |