Unverified Commit 5ea0f8f9 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.libipld: fix meta.changelog (#473951)

parents 97f6903e 71d5640b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ buildPythonPackage rec {
  meta = {
    description = "Fast Python library to work with IPLD: DAG-CBOR, CID, CAR, multibase";
    homepage = "https://github.com/MarshalX/python-libipld";
    changelog = "https://github.com/MarshalX/python-libipld/blob/v${version}/CHANGES.md";
    changelog = "https://github.com/MarshalX/python-libipld/releases/tag/v${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ vji ];
  };