diff options
author | gls <gls> | 2010-05-26 22:19:02 +0000 |
---|---|---|
committer | gls <gls> | 2010-05-26 22:19:02 +0000 |
commit | 65589fbb18132ddd331a76c6a4aeb423af8869df (patch) | |
tree | 2142cdda3b801869a2bce3fd2dc11c39aaaeb06a /sysutils | |
parent | 35da68449b0a9733e8800c05da6f4a51619ddaf9 (diff) | |
download | pkgsrc-65589fbb18132ddd331a76c6a4aeb423af8869df.tar.gz |
Fix HOMEPAGE
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fabric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index 71aca4aae41..8ad71519f14 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/05/26 19:50:00 gls Exp $ +# $NetBSD: Makefile,v 1.4 2010/05/26 22:19:02 gls Exp $ # VERSION= 0.9.0 @@ -8,7 +8,7 @@ CATEGORIES= sysutils net MASTER_SITES= http://code.fabfile.org/projects/fabric/files/ MAINTAINER= gls@NetBSD.org -HOMEPAGE= http://code.fabfile.org/projects/fabric +HOMEPAGE= http://fabfile.org COMMENT= Simple Pythonic remote deployment tool LICENSE= 2-clause-bsd |