From 5be931bdcd961d146e65ecbb79a89ad12fcc2fd4 Mon Sep 17 00:00:00 2001 From: Robert Bikar Date: Tue, 19 Mar 2019 13:16:23 +0100 Subject: [PATCH] Fix refrence to travis and coversall after moving repo to different org. --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ba143b..a066dff 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index 7f7d348..861a699 100644 --- a/setup.py +++ b/setup.py @@ -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={