Skip to content

Commit

Permalink
Merge pull request #136 from openedx/tcril/fix-gh-org-url
Browse files Browse the repository at this point in the history
Fix github url strings (org edx -> openedx)
  • Loading branch information
sarina authored Sep 19, 2022
2 parents a627105 + 5f3aa8b commit a36a8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
commitlint:
uses: edx/.github/.github/workflows/commitlint.yml@master
uses: openedx/.github/.github/workflows/commitlint.yml@master
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_version(*file_paths):
keywords='edx codejail',
author='edX',
author_email="[email protected]",
url='https://github.com/edx/codejail',
url='https://github.com/openedx/codejail',
packages=['codejail'],
install_requires=['six'],
zip_safe=False,
Expand Down

0 comments on commit a36a8e6

Please sign in to comment.