Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme to reflect ownership change #28

Merged
merged 1 commit into from
Dec 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.