summaryrefslogtreecommitdiff
path: root/packaging/arch
diff options
context:
space:
mode:
authorJoshua Lund <josh@joshlund.com>2013-06-19 19:34:02 -0600
committerJoshua Lund <josh@joshlund.com>2013-06-19 19:34:02 -0600
commit0f81d1630f4477e3b78dd338a83f661c802760b1 (patch)
treee4e77d5f2b85bc8e5259a513375643d42f6707dc /packaging/arch
parent58f5bfb4c1ca674373f69aeb6cf58a3a1eeab73f (diff)
downloadansible-0f81d1630f4477e3b78dd338a83f661c802760b1.tar.gz
* Updated all ansible.cc references in the documentation to point
to ansibleworks.com * Fixed a few misspelled words
Diffstat (limited to 'packaging/arch')
-rw-r--r--packaging/arch/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index 3346b4940b..fd2dc0e22b 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -8,7 +8,7 @@ pkgver(){
pkgrel=1
pkgdesc="A radically simple deployment, model-driven configuration management, and command execution framework"
arch=('any')
-url="http://ansible.cc"
+url="http://www.ansibleworks.com"
license=('GPL3')
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
makedepends=('git' 'asciidoc' 'fakeroot')