aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-02-25 00:40:37 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-02-25 00:40:37 +0000
commita31a69692d00302673acb544a5ba166a1bf1a122 (patch)
tree3a9ac0dc7974b3072b6e82724add24a5f25609cd /misc
parent6c8fca2829596a7b2f9fc411e65c661f78398997 (diff)
downloadports-a31a69692d00302673acb544a5ba166a1bf1a122.tar.gz
ports-a31a69692d00302673acb544a5ba166a1bf1a122.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/py-fuzzy/Makefile2
-rw-r--r--misc/py-python-geohash/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-fuzzy/Makefile b/misc/py-fuzzy/Makefile
index 2955409d7ffb..20df25a6c654 100644
--- a/misc/py-fuzzy/Makefile
+++ b/misc/py-fuzzy/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= yuri@rawbw.com
+MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast Python phonetic algorithms
LICENSE= MIT ART20
diff --git a/misc/py-python-geohash/Makefile b/misc/py-python-geohash/Makefile
index 949884ce10f5..d457e8a20b94 100644
--- a/misc/py-python-geohash/Makefile
+++ b/misc/py-python-geohash/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= yuri@rawbw.com
+MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast, accurate python geohashing library
LICENSE= APACHE20 MIT BSD3CLAUSE