From d2820d97c02a7f16868358981cb5f7539ea82aae Mon Sep 17 00:00:00 2001 From: pjan vandaele Date: Sat, 6 Sep 2014 11:30:42 +0900 Subject: [PATCH] Ansibles -> ANXS --- README.md | 4 ++-- meta/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07e7d98..32f4e4c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Ansibles - python [![Build Status](https://travis-ci.org/Ansibles/python.png)](https://travis-ci.org/Ansibles/python) +## ANXS - python [![Build Status](https://travis-ci.org/ANXS/python.png)](https://travis-ci.org/ANXS/python) Ansible role which installs python, pip, setuptools and virtualenv @@ -22,4 +22,4 @@ Licensed under the MIT License. See the LICENSE file for details. #### Feedback, bug-reports, requests, ... -Are [welcome](https://github.com/ansibles/python/issues)! +Are [welcome](https://github.com/ANXS/python/issues)! diff --git a/meta/main.yml b/meta/main.yml index 230f23d..51171ef 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -2,7 +2,7 @@ galaxy_info: author: pjan vandaele - company: Ansibles + company: ANXS description: "Installs python, pip, setuptools and virtualenv" min_ansible_version: 1.4 license: MIT