From b9a3df3f8e1564e4cb3f11db849ba82802a9a05e Mon Sep 17 00:00:00 2001 From: pjan vandaele Date: Sat, 6 Sep 2014 11:30:28 +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 8ee6f49..a08434d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Ansibles - perl [![Build Status](https://travis-ci.org/Ansibles/perl.png)](https://travis-ci.org/Ansibles/perl) +## ANXS - perl [![Build Status](https://travis-ci.org/ANXS/perl.png)](https://travis-ci.org/ANXS/perl) Ansible role which manages Perl installation and provides cpan_module, to install modules from CPAN. @@ -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/perl/issues)! +Are [welcome](https://github.com/ANXS/perl/issues)! diff --git a/meta/main.yml b/meta/main.yml index e887a85..75dc319 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -2,7 +2,7 @@ galaxy_info: author: pjan vandaele - company: Ansibles + company: ANXS description: "Manage perl installation and provides cpan_module, to install modules from CPAN." min_ansible_version: 1.4 license: MIT