diff options
author | John Hixson <jhixson@FreeBSD.org> | 2018-08-07 12:13:47 +0000 |
---|---|---|
committer | John Hixson <jhixson@FreeBSD.org> | 2018-08-07 12:13:47 +0000 |
commit | 829a2fa7796a2c10554733471e8704095b922094 (patch) | |
tree | c1392e74ead67b7cb6f9e2e1f06368912287d209 /sysutils/ipfs-go | |
parent | d7fb26e54fa22b722db5d3acb33b1658f15f6bdc (diff) |
Change jhixson port maintainer email to jhixson@FreeBSD.org
Approved by: miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D16592
Notes
Notes:
svn path=/head/; revision=476591
Diffstat (limited to 'sysutils/ipfs-go')
-rw-r--r-- | sysutils/ipfs-go/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ipfs-go/Makefile b/sysutils/ipfs-go/Makefile index d3abbd6e5280..a42b65ce773f 100644 --- a/sysutils/ipfs-go/Makefile +++ b/sysutils/ipfs-go/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= https://dist.ipfs.io/go-ipfs/${DISTVERSIONPREFIX}${DISTVERSION}/ PKGNAMESUFFIX= -go DISTNAME= go-ipfs_${DISTVERSIONPREFIX}${DISTVERSION}_freebsd-${ARCH} -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= IPFS implementation in Go LICENSE= MIT |