diff options
author | Pietro Marangon <pietro@marangon.me> | 2020-10-11 13:40:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 13:40:59 +0000 |
commit | fc1da4f90b18fa0493421f92065ee6bb6f9f3285 (patch) | |
tree | 5b54df708e6a83a347f6ea3048c3a6b910eacdf6 /tests/check-github-commit-dates.py | |
parent | Update README.md (diff) | |
parent | Merge pull request #2267 from d3wy/patch-2 (diff) | |
download | awesome-selfhosted-fc1da4f90b18fa0493421f92065ee6bb6f9f3285.tar.gz awesome-selfhosted-fc1da4f90b18fa0493421f92065ee6bb6f9f3285.zip |
Merge pull request #1 from awesome-selfhosted/master
Sync fork
Diffstat (limited to '')
-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" |