Skip to content

Commit

Permalink
Merge 5be931b into 2885cfb
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed Mar 19, 2019
2 parents 2885cfb + 5be931b commit 754be70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **ubi-population-tool**
[![Build Status](https://travis-ci.org/rbikar/ubi-population-tool.svg?branch=master)](https://travis-ci.org/rbikar/ubi-population-tool)
[![Coverage Status](https://coveralls.io/repos/github/rbikar/ubi-population-tool/badge.svg?branch=master)](https://coveralls.io/github/rbikar/ubi-population-tool?branch=master)
[![Build Status](https://travis-ci.org/release-engineering/ubi-population-tool.svg?branch=master)](https://travis-ci.org/release-engineering/ubi-population-tool)
[![Coverage Status](https://coveralls.io/repos/github/release-engineering/ubi-population-tool/badge.svg?branch=master)](https://coveralls.io/github/release-engineering/ubi-population-tool?branch=master)


A python library and cli for populating ubi repositories.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_requirements():
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules',
],
url="https://github.com/rbikar/ubi-population-tool",
url="https://github.com/release-engineering/ubi-population-tool",
install_requires=get_requirements(),
packages=['ubipop'],
entry_points={
Expand Down

0 comments on commit 754be70

Please sign in to comment.