We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a627105 + 5f3aa8b commit a36a8e6Copy full SHA for a36a8e6
.github/workflows/commitlint.yml
@@ -7,4 +7,4 @@ on:
7
8
jobs:
9
commitlint:
10
- uses: edx/.github/.github/workflows/commitlint.yml@master
+ uses: openedx/.github/.github/workflows/commitlint.yml@master
setup.py
@@ -35,7 +35,7 @@ def get_version(*file_paths):
35
keywords='edx codejail',
36
author='edX',
37
author_email="[email protected]",
38
- url='https://github.com/edx/codejail',
+ url='https://github.com/openedx/codejail',
39
packages=['codejail'],
40
install_requires=['six'],
41
zip_safe=False,
0 commit comments