diff options
author | nodiscc <nodiscc@gmail.com> | 2019-10-27 12:47:01 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2019-10-27 12:47:01 +0000 |
commit | 2c6e7ab9d2b6c4b44a6bb8f6b2a6a4371950a1c0 (patch) | |
tree | dd242451f2b1de8db34f9ff6f92750feeddc70a1 /tests/check-github-commit-dates.py | |
parent | .travis.yml: dummy commit to force detection of the repo on travis-ci.org (diff) | |
download | awesome-selfhosted-2c6e7ab9d2b6c4b44a6bb8f6b2a6a4371950a1c0.tar.gz awesome-selfhosted-2c6e7ab9d2b6c4b44a6bb8f6b2a6a4371950a1c0.zip |
docs/tests: update URL to reflect ownership change to awesome-selfhosted Github organization
Diffstat (limited to 'tests/check-github-commit-dates.py')
-rwxr-xr-x | tests/check-github-commit-dates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check-github-commit-dates.py b/tests/check-github-commit-dates.py index f148bac2..4070700a 100755 --- a/tests/check-github-commit-dates.py +++ b/tests/check-github-commit-dates.py @@ -28,7 +28,7 @@ import os __author__ = "nodiscc" __copyright__ = "Copyright 2019, nodiscc" -__credits__ = ["https://github.com/kickball/awesome-selfhosted"] +__credits__ = ["https://github.com/awesome-selfhosted/awesome-selfhosted"] __license__ = "MIT" __version__ = "1.0" __maintainer__ = "nodiscc" |