diff options
author | nodiscc <nodiscc@gmail.com> | 2019-10-27 13:34:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-27 13:34:48 +0000 |
commit | e49727ad6e72e55bb3faf627483016688bc50555 (patch) | |
tree | 43c5b337765e5818560b3c2636157f6884082d5e /tests/check-github-commit-dates.py | |
parent | Highlight Bitwarden relies on closed source (diff) | |
parent | Merge pull request #1857 from rmrgh/bitwarden_rs (diff) | |
download | awesome-selfhosted-e49727ad6e72e55bb3faf627483016688bc50555.tar.gz awesome-selfhosted-e49727ad6e72e55bb3faf627483016688bc50555.zip |
Merge branch 'master' into bitwarden-closed-source-dep
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" |