lol

python311Packages.slixmpp: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
c42debb8 42846a13

+1
+1
pkgs/development/python-modules/slixmpp/default.nix
··· 54 54 meta = with lib; { 55 55 description = "Python library for XMPP"; 56 56 homepage = "https://slixmpp.readthedocs.io/"; 57 + changelog = "https://lab.louiz.org/poezio/slixmpp/-/tags/slix-${version}"; 57 58 license = licenses.mit; 58 59 maintainers = with maintainers; [ fab ]; 59 60 };