summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2024-08-24 08:07:25 +0900
committernatsukium <tomoya.otabi@gmail.com>2024-08-24 08:07:25 +0900
commit727a2402f83e8eb3bc87cebc18c994d58fd143ea (patch)
tree45745067537f853e550d744fa914265c93cd9008
parentpython312Packages.gemfileparser2: 0.9.3 -> 0.9.4 (diff)
downloadnixpkgs-727a2402f83e8eb3bc87cebc18c994d58fd143ea.tar.gz
python312Packages.gemfileparser2: update meta.homepage
-rw-r--r--pkgs/development/python-modules/gemfileparser2/default.nix6
1 files 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