Skip to content

Commit 3f5a1d6

Browse files
committed
Merge pull request #3 from stdweird/master
fix urls in setup.py
2 parents 9783ba9 + cc157fb commit 3f5a1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def remove_bdist_rpm_source_file():
4141

4242
shared_setup.remove_extra_bdist_rpm_files = remove_bdist_rpm_source_file
4343
shared_setup.SHARED_TARGET.update({
44-
'url': 'https://github.ugent.be/hpcugent/vsc-zk',
45-
'download_url': 'https://github.ugent.be/hpcugent/vsc-zk'
44+
'url': 'https://github.com/hpcugent/vsc-zk',
45+
'download_url': 'https://github.com/hpcugent/vsc-zk'
4646
})
4747

4848
PACKAGE = {

0 commit comments

Comments
 (0)