diff options
author | obache <obache@pkgsrc.org> | 2012-02-12 13:40:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-12 13:40:44 +0000 |
commit | f29ab0e135543c5b8fff14bfc2425c2abbf1e50a (patch) | |
tree | c0164ae5e883aea3a43fd2b6f58eaa20140934d8 /sysutils/salt | |
parent | c1604b71f555395a977db2a35b27a3876cdcd0ad (diff) | |
download | pkgsrc-f29ab0e135543c5b8fff14bfc2425c2abbf1e50a.tar.gz |
Fix HOMEPAGE url.
Diffstat (limited to 'sysutils/salt')
-rw-r--r-- | sysutils/salt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index 309a2df306e..e768701329b 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/02/12 13:28:03 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2012/02/12 13:40:44 obache Exp $ # DISTNAME= salt-0.9.5 @@ -6,7 +6,7 @@ CATEGORIES= sysutils MASTER_SITES= https://github.com/downloads/saltstack/salt/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/downloads/saltstack/salt/ +HOMEPAGE= http://saltstack.org/ COMMENT= Remote execution and configuration management system LICENSE= apache-2.0 |