diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-30 01:23:06 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-30 01:23:06 +0200 |
commit | 2401ca411949a882c23f01942379e37dd1daa36c (patch) | |
tree | f1bb8b59c55d1023cc668ee9f62b40287dbdfb50 /contrib/PKGBUILD | |
parent | 154cbc6c9bc764cc9754a86bcf5e39044d86352e (diff) | |
download | netctl-2401ca411949a882c23f01942379e37dd1daa36c.tar.gz netctl-2401ca411949a882c23f01942379e37dd1daa36c.tar.xz |
Move the website to a website
Give users a way to stumble upon this marvelous piece of literature that had completely been forgotten (it was introduced in the repository around netcfg 2.6, but never installed).
Diffstat (limited to 'contrib/PKGBUILD')
-rw-r--r-- | contrib/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD index 12bdec6..7f089f2 100644 --- a/contrib/PKGBUILD +++ b/contrib/PKGBUILD @@ -4,7 +4,7 @@ pkgname=netcfg pkgver=%pkgver% pkgrel=1 pkgdesc="Network configuration and profile scripts" -url="http://archlinux.org" +url="http://archlinux.org/netcfg/" license=("BSD") backup=(etc/iftab etc/conf.d/netcfg) depends=("coreutils" "dhcpcd" "iproute2") |