Unverified Commit ab0622f8 authored by Tom Hunze's avatar Tom Hunze
Browse files

python3Packages.py-sr25519-bindings: add `meta.changelog`

parent d519bc95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ buildPythonPackage rec {
  meta = {
    description = "Python bindings for sr25519 library";
    homepage = "https://github.com/polkascan/py-sr25519-bindings";
    changelog = "https://github.com/JAMdotTech/py-sr25519/releases/tag/${src.tag}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [
      onny