Skip to content

Commit a36a8e6

Browse files
authored
Merge pull request #136 from openedx/tcril/fix-gh-org-url
Fix github url strings (org edx -> openedx)
2 parents a627105 + 5f3aa8b commit a36a8e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
commitlint:
10-
uses: edx/.github/.github/workflows/commitlint.yml@master
10+
uses: openedx/.github/.github/workflows/commitlint.yml@master

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_version(*file_paths):
3535
keywords='edx codejail',
3636
author='edX',
3737
author_email="[email protected]",
38-
url='https://github.com/edx/codejail',
38+
url='https://github.com/openedx/codejail',
3939
packages=['codejail'],
4040
install_requires=['six'],
4141
zip_safe=False,

0 commit comments

Comments
 (0)