mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
* Updated all ansible.cc references in the documentation to point
to ansibleworks.com * Fixed a few misspelled words
This commit is contained in:
parent
58f5bfb4c1
commit
0f81d1630f
13 changed files with 24 additions and 24 deletions
|
@ -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')
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue