Skip to content

Commit cdf9a1f

Browse files
committed
Fix repo move paths
1 parent 8b0e7b3 commit cdf9a1f

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ task-core
33

44
|CI Status|
55

6-
.. |CI Status| image:: https://github.com/mwhahaha/task-core/actions/workflows/py-tox.yml/badge.svg
7-
:target: https://github.com/mwhahaha/task-core/actions
6+
.. |CI Status| image:: https://github.com/Directord/task-core/actions/workflows/py-tox.yml/badge.svg
7+
:target: https://github.com/Directord/task-core/actions
88

99
Install
1010
~~~~~~~
@@ -42,7 +42,7 @@ the bash script.
4242
virtualenv ~/test-venv
4343
source ~/test-venv/bin/activate
4444
45-
git clone https://github.com/mwhahaha/task-core
45+
git clone https://github.com/Directord/task-core
4646
4747
pip install directord
4848

contrib/task-core.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Release: 1%{?dist}
1212

1313
License: ASL 2.0
1414

15-
URL: https://github.com/mwhahaha/task-core
16-
Source: https://github.com/mwhahaha/task-core/archive/%{version}.tar.gz#/task-core-%{version}.tar.gz
15+
URL: https://github.com/Directord/task-core
16+
Source: https://github.com/Directord/task-core/archive/%{version}.tar.gz#/task-core-%{version}.tar.gz
1717

1818
BuildArch: noarch
1919

@@ -121,6 +121,9 @@ rm -rf *.egg-info
121121
# ---------------
122122

123123
%changelog
124+
* Mon Oct 25 2021 Alex Schultz <aschultz@redhat.com> - 0.1.1-1
125+
- Initial 0.1.1 release
126+
124127
* Mon Oct 25 2021 Alex Schultz <aschultz@redhat.com> - 0.1.0-1
125128
- Initial 0.1.0 release
126129

examples/directord/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ path is assumed for future commands.
3333
# Build task-core
3434
mkdir -p ~/rpmbuild/SOURCES
3535
sudo dnf -y install yum-utils rpm-build dnf-plugins-core python3-pbr
36-
git clone https://github.com/mwhahaha/task-core
36+
git clone https://github.com/Directord/task-core
3737
3838
pushd ~/task-core/
3939
git fetch --all && git checkout origin/poc

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description_file =
66
long_description_content_type = text/x-rst
77
author = Alex Schultz
88
author_email = aschultz@next-development.com
9-
home_page = https://github.com/mwhahaha/task-core
9+
home_page = https://github.com/Directord/task-core
1010
python_requires = >=3.6
1111
classifiers =
1212
Development Status :: 1 - Planning

0 commit comments

Comments
 (0)