diff --git a/holidays/countries/jersey.py b/holidays/countries/jersey.py index 22a4a11d5..496e9f368 100644 --- a/holidays/countries/jersey.py +++ b/holidays/countries/jersey.py @@ -7,7 +7,7 @@ # Authors: vacanza team (https://github.com/orgs/vacanza/teams) (c) 2023-2024 # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from datetime import date diff --git a/tests/countries/test_jersey.py b/tests/countries/test_jersey.py index fd58ec51e..b9d60f550 100644 --- a/tests/countries/test_jersey.py +++ b/tests/countries/test_jersey.py @@ -7,7 +7,7 @@ # Authors: vacanza team (https://github.com/orgs/vacanza/teams) (c) 2023-2024 # dr-prodigy (c) 2017-2023 # ryanss (c) 2014-2017 -# Website: https://github.com/dr-prodigy/python-holidays +# Website: https://github.com/vacanza/python-holidays # License: MIT (see LICENSE file) from unittest import TestCase