From 727a2402f83e8eb3bc87cebc18c994d58fd143ea Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 24 Aug 2024 08:07:25 +0900 Subject: [PATCH] python312Packages.gemfileparser2: update meta.homepage --- pkgs/development/python-modules/gemfileparser2/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/gemfileparser2/default.nix b/pkgs/development/python-modules/gemfileparser2/default.nix index 713a589a2827..5e0b6ea0db71 100644 --- a/pkgs/development/python-modules/gemfileparser2/default.nix +++ b/pkgs/development/python-modules/gemfileparser2/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { dontConfigure = true; postPatch = '' - # https://github.com/nexB/gemfileparser2/pull/8 + # https://github.com/aboutcode-org/gemfileparser2/pull/8 substituteInPlace setup.cfg \ --replace ">=3.6.*" ">=3.6" ''; @@ -35,8 +35,8 @@ buildPythonPackage rec { meta = with lib; { description = "Library to parse Rubygem gemspec and Gemfile files"; - homepage = "https://github.com/nexB/gemfileparser2"; - changelog = "https://github.com/nexB/gemfileparser2/blob/v${version}/CHANGELOG.rst"; + homepage = "https://github.com/aboutcode-org/gemfileparser2"; + changelog = "https://github.com/aboutcode-org/gemfileparser2/blob/v${version}/CHANGELOG.rst"; license = with licenses; [ mit # or gpl3Plus