diff options
author | feld <feld@FreeBSD.org> | 2013-07-25 19:30:01 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-07-25 19:30:01 +0800 |
commit | 095d5a1b337c8ce3df38b1e1224c87ba9a28d807 (patch) | |
tree | df21c68191151a56c3b07a96d1b8ba4fbe4a1851 /math | |
parent | b9aee97ce4cdf9248df3b2d94c6b30ed4b82c0c2 (diff) | |
download | freebsd-ports-gnome-095d5a1b337c8ce3df38b1e1224c87ba9a28d807.tar.gz freebsd-ports-gnome-095d5a1b337c8ce3df38b1e1224c87ba9a28d807.tar.zst freebsd-ports-gnome-095d5a1b337c8ce3df38b1e1224c87ba9a28d807.zip |
Update my email address throughout the tree
Approved by: swills (mentor)
Diffstat (limited to 'math')
-rw-r--r-- | math/py-munkres/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-munkres/Makefile b/math/py-munkres/Makefile index 8b295f4a63b5..7bbd125454a2 100644 --- a/math/py-munkres/Makefile +++ b/math/py-munkres/Makefile @@ -1,4 +1,4 @@ -# Created by: Mark Felder <feld@feld.me> +# Created by: Mark Felder <feld@freebsd.org> # $FreeBSD$ PORTNAME= munkres @@ -8,7 +8,7 @@ CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= feld@feld.me +MAINTAINER= feld@freebsd.org COMMENT= A Python implementation of the munkres algorithm LICENSE= BSD |