summaryrefslogtreecommitdiff
path: root/packaging
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
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')
-rw-r--r--packaging/arch/PKGBUILD2
-rw-r--r--packaging/port/sysutils/ansible/Makefile2
-rw-r--r--packaging/rpm/ansible.spec4
3 files changed, 4 insertions, 4 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')
diff --git a/packaging/port/sysutils/ansible/Makefile b/packaging/port/sysutils/ansible/Makefile
index 61fa94ea73..f5b32b7548 100644
--- a/packaging/port/sysutils/ansible/Makefile
+++ b/packaging/port/sysutils/ansible/Makefile
@@ -4,7 +4,7 @@ PORTNAME= ansible
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= python net-mgmt
-MASTER_SITES= http://ansible.cc/releases/
+MASTER_SITES= http://ansibleworks.com/releases/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= briancoca+ansible@gmail.com
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 720796e263..1110304c0e 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -10,8 +10,8 @@ Version: 1.3
Group: Development/Libraries
License: GPLv3
-Source0: http://ansible.cc/releases/%{name}-%{version}.tar.gz
-Url: http://ansible.cc
+Source0: http://www.ansibleworks.com/releases/%{name}-%{version}.tar.gz
+Url: http://www.ansibleworks.com
BuildArch: noarch
%if 0%{?rhel} && 0%{?rhel} <= 5