python3Packages.aioxmpp: fix meta.changelog (#514586)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user