python311Packages.slixmpp: fix changelog

This commit is contained in:
Weijia Wang 2024-03-07 10:01:37 +01:00
parent f9a7474190
commit bb4b7273d2

View file

@ -54,7 +54,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for XMPP";
homepage = "https://slixmpp.readthedocs.io/";
changelog = "https://lab.louiz.org/poezio/slixmpp/-/tags/slix-${version}";
changelog = "https://codeberg.org/poezio/slixmpp/releases/tag/slix-${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};