Skip to content

Commit 14ed922

Browse files
author
ocaisa
authored
Merge pull request #3947 from boegel/fix_homepage
specify easybuild.io as EasyBuild homepage in setup.py
2 parents bc98e4c + 021d8f3 commit 14ed922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def find_rel_test():
8484
implement support for installing particular (groups of) software packages.""",
8585
license="GPLv2",
8686
keywords="software build building installation installing compilation HPC scientific",
87-
url="https://easybuilders.github.io/easybuild",
87+
url="https://easybuild.io",
8888
packages=easybuild_packages,
8989
package_dir={'test.framework': 'test/framework'},
9090
package_data={'test.framework': find_rel_test()},

0 commit comments

Comments
 (0)