diff --git a/README.rst b/README.rst index 7768970..0fe7b0a 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,8 @@ task-core |CI Status| -.. |CI Status| image:: https://github.com/mwhahaha/task-core/actions/workflows/py-tox.yml/badge.svg - :target: https://github.com/mwhahaha/task-core/actions +.. |CI Status| image:: https://github.com/Directord/task-core/actions/workflows/py-tox.yml/badge.svg + :target: https://github.com/Directord/task-core/actions Install ~~~~~~~ @@ -42,7 +42,7 @@ the bash script. virtualenv ~/test-venv source ~/test-venv/bin/activate - git clone https://github.com/mwhahaha/task-core + git clone https://github.com/Directord/task-core pip install directord diff --git a/contrib/task-core.spec b/contrib/task-core.spec index 620c38c..daf7306 100644 --- a/contrib/task-core.spec +++ b/contrib/task-core.spec @@ -12,8 +12,8 @@ Release: 1%{?dist} License: ASL 2.0 -URL: https://github.com/mwhahaha/task-core -Source: https://github.com/mwhahaha/task-core/archive/%{version}.tar.gz#/task-core-%{version}.tar.gz +URL: https://github.com/Directord/task-core +Source: https://github.com/Directord/task-core/archive/%{version}.tar.gz#/task-core-%{version}.tar.gz BuildArch: noarch @@ -121,6 +121,9 @@ rm -rf *.egg-info # --------------- %changelog +* Mon Oct 25 2021 Alex Schultz - 0.1.1-1 +- Initial 0.1.1 release + * Mon Oct 25 2021 Alex Schultz - 0.1.0-1 - Initial 0.1.0 release diff --git a/examples/directord/README.md b/examples/directord/README.md index 3472d2e..08e7ff8 100644 --- a/examples/directord/README.md +++ b/examples/directord/README.md @@ -33,7 +33,7 @@ path is assumed for future commands. # Build task-core mkdir -p ~/rpmbuild/SOURCES sudo dnf -y install yum-utils rpm-build dnf-plugins-core python3-pbr -git clone https://github.com/mwhahaha/task-core +git clone https://github.com/Directord/task-core pushd ~/task-core/ git fetch --all && git checkout origin/poc diff --git a/setup.cfg b/setup.cfg index 15c0864..eb38447 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = long_description_content_type = text/x-rst author = Alex Schultz author_email = aschultz@next-development.com -home_page = https://github.com/mwhahaha/task-core +home_page = https://github.com/Directord/task-core python_requires = >=3.6 classifiers = Development Status :: 1 - Planning