Unverified Commit dd7dd530 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.packvers: update changelog url

parent 77b6e64d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ buildPythonPackage rec {
  meta = {
    description = "Module for version handling of modules";
    homepage = "https://github.com/aboutcode-org/packvers";
    changelog = "https://github.com/nexB/packvers/blob/${src.tag}/CHANGELOG.rst";
    changelog = "https://github.com/aboutcode-org/packvers/blob/${src.tag}/CHANGELOG.rst";
    license = with lib.licenses; [
      asl20 # and
      bsd2