diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-12-13 11:52:56 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-12-13 11:52:56 +0800 |
commit | 499546adb33045e4b7e87da108f4238d0589e9df (patch) | |
tree | 607b555bcac9de92b2fd52eed14be728de8228c2 /security | |
parent | ce4554fb85dc1fee85e8f32cd64b6ac839733a2b (diff) | |
download | freebsd-ports-gnome-499546adb33045e4b7e87da108f4238d0589e9df.tar.gz freebsd-ports-gnome-499546adb33045e4b7e87da108f4238d0589e9df.tar.zst freebsd-ports-gnome-499546adb33045e4b7e87da108f4238d0589e9df.zip |
- pass maintainership to python@ (it should have been that way in the
first place)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-hashlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-hashlib/Makefile b/security/py-hashlib/Makefile index bb26c223ac03..20cd0abca65b 100644 --- a/security/py-hashlib/Makefile +++ b/security/py-hashlib/Makefile @@ -10,7 +10,7 @@ CATEGORIES= security devel python MASTER_SITES= http://code.krypto.org/python/hashlib/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= alexbl@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Backport of Python 2,5's haslib module USE_PYTHON= yes |