From fb8a8d8afd99b9e10abb2648e9df4af4f40cf871 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 03:20:38 +0200 Subject: [PATCH] prospector: update GitHub owner name --- pkgs/development/tools/prospector/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/prospector/default.nix b/pkgs/development/tools/prospector/default.nix index 9d811996d625..68f8a11d3d90 100644 --- a/pkgs/development/tools/prospector/default.nix +++ b/pkgs/development/tools/prospector/default.nix @@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec { pyproject = true; src = fetchFromGitHub { - owner = "PyCQA"; + owner = "prospector-dev"; repo = "prospector"; tag = "v${version}"; hash = "sha256-94JGKX91d2kul+KMYohga9KCOj6RN/YKpD8e4nWSOOM="; @@ -70,8 +70,8 @@ python3.pkgs.buildPythonApplication rec { meta = { description = "Tool to analyse Python code and output information about errors, potential problems, convention violations and complexity"; - homepage = "https://github.com/PyCQA/prospector"; - changelog = "https://github.com/PyCQA/prospector/blob/v${version}/CHANGELOG.rst"; + homepage = "https://github.com/prospector-dev/prospector"; + changelog = "https://github.com/prospector-dev/prospector/blob/v${version}/CHANGELOG.rst"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ kamadorueda ]; };