python311Packages.slixmpp: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-28 23:33:25 +02:00 committed by GitHub
parent 42846a1387
commit c42debb8d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +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}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};