summaryrefslogtreecommitdiff
path: root/pylint/checkers/refactoring/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/refactoring/__init__.py')
-rw-r--r--pylint/checkers/refactoring/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/checkers/refactoring/__init__.py b/pylint/checkers/refactoring/__init__.py
index d215dcee2..785ce3f96 100644
--- a/pylint/checkers/refactoring/__init__.py
+++ b/pylint/checkers/refactoring/__init__.py
@@ -1,6 +1,6 @@
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
-# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
-# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
+# For details: https://github.com/pylint-dev/pylint/blob/main/LICENSE
+# Copyright (c) https://github.com/pylint-dev/pylint/blob/main/CONTRIBUTORS.txt
"""Looks for code which can be refactored."""