From 6714f15531c78d98860d8b17123d4308205aecc6 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 29 Mar 2023 13:54:24 +0200 Subject: [PyCQA migration] Upgrade links to the repositories in code and doc --- astroid/manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'astroid/manager.py') diff --git a/astroid/manager.py b/astroid/manager.py index 965dd5a5..33a0fcd7 100644 --- a/astroid/manager.py +++ b/astroid/manager.py @@ -1,6 +1,6 @@ # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html -# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE -# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt +# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE +# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt """astroid manager: avoid multiple astroid build of a same module when possible by providing a class responsible to get astroid representation -- cgit v1.2.1