diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-03 19:02:30 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-03 19:02:30 +0000 |
commit | 618e863fbea6636f4c13da332251f90d0f7e6356 (patch) | |
tree | 3117ab2ee65750d7d8d247a06a4c552eee98e5eb /devel/hg-git | |
parent | 03a0b398ea26026bb1be326abba3a63a3101d50f (diff) | |
download | ports-618e863fbea6636f4c13da332251f90d0f7e6356.tar.gz ports-618e863fbea6636f4c13da332251f90d0f7e6356.zip |
Notes
Diffstat (limited to 'devel/hg-git')
-rw-r--r-- | devel/hg-git/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index ac6bf909d60c..4c993aabb8ac 100644 --- a/devel/hg-git/Makefile +++ b/devel/hg-git/Makefile @@ -1,4 +1,4 @@ -# Created by: Marco Broeder <marco.broeder@gmx.eu> +# Created by: Marco Broeder <marco.broeder@posteo.eu> # $FreeBSD$ PORTNAME= hg-git @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= marco.broeder@gmx.eu +MAINTAINER= marco.broeder@posteo.eu COMMENT= Mercurial extension to pull from or push to a Git repository LICENSE= GPLv2 |