Loading pkgs/development/python-modules/aioxmpp/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ buildPythonPackage rec { meta = { description = "Pure-python XMPP library for asyncio"; homepage = "https://codeberg.org/jssfr/aioxmpp"; changelog = "https://codeberg.org/jssfr/aioxmpp/blob/${src.rev}/docs/api/changelog.rst"; changelog = "https://codeberg.org/jssfr/aioxmpp/src/tag/${src.tag}/docs/api/changelog.rst"; license = lib.licenses.lgpl3Plus; maintainers = with lib.maintainers; [ dotlambda ]; }; Loading Loading
pkgs/development/python-modules/aioxmpp/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ buildPythonPackage rec { meta = { description = "Pure-python XMPP library for asyncio"; homepage = "https://codeberg.org/jssfr/aioxmpp"; changelog = "https://codeberg.org/jssfr/aioxmpp/blob/${src.rev}/docs/api/changelog.rst"; changelog = "https://codeberg.org/jssfr/aioxmpp/src/tag/${src.tag}/docs/api/changelog.rst"; license = lib.licenses.lgpl3Plus; maintainers = with lib.maintainers; [ dotlambda ]; }; Loading