Skip to content

Commit

Permalink
Update readme to reflect ownership change
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Babinsky authored and martbab committed Dec 12, 2016
1 parent 6f992b3 commit a81f9ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IPA-Docker test runner [![Build Status](https://travis-ci.org/martbab/ipa-docker-test-runner.svg?branch=master)](https://travis-ci.org/martbab/ipa-docker-test-runner)
IPA-Docker test runner [![Build Status](https://travis-ci.org/freeipa/ipa-docker-test-runner.svg?branch=master)](https://travis-ci.org/freeipa/ipa-docker-test-runner)
======================

A simple and dumb tool to run [FreeIPA](https://github.com/freeipa/freeipa)
Expand Down Expand Up @@ -37,7 +37,7 @@ Python root using virtualenv:

You can also use pip to install `ipa-docker-test-runner` directly from github:

pip3 install --user git+https://github.com/martbab/ipa-docker-test-runner
pip3 install --user git+https://github.com/freeipa/ipa-docker-test-runner

It is preferrable to install ipa-docker-test-runner into the local user's
PYTHONPATH in order to avoid clashes with the packages installed system-wide.
Expand Down Expand Up @@ -179,5 +179,5 @@ Reporting Bugs
--------------
If you found a bug or would like to propose an enhancement, do not hesitate to
open an issue on https://github.com/martbab/ipa-docker-test-runner.
open an issue on https://github.com/freeipa/ipa-docker-test-runner.
Pull-requests are very welcome.

0 comments on commit a81f9ca

Please sign in to comment.