Unverified Commit 727a2402 authored by natsukium's avatar natsukium
Browse files

python312Packages.gemfileparser2: update meta.homepage

parent 7d380b30
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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