Commit 92e5873e authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.aioxmpp: fix meta.changelog

parent 2a32ed51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };