Unverified Commit c42debb8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.slixmpp: add changelog to meta

parent 42846a13
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };