python311Packages.slixmpp: fix changelog
This commit is contained in:
parent
f9a7474190
commit
bb4b7273d2
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library for XMPP";
|
description = "Python library for XMPP";
|
||||||
homepage = "https://slixmpp.readthedocs.io/";
|
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;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue