python3Packages.dbus-next: Add meta.changelog

This commit is contained in:
Stefan Frijters 2022-11-24 23:26:24 +01:00
parent bee931454b
commit 9920f30d5d
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -35,10 +35,11 @@ buildPythonPackage rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/altdesktop/python-dbus-next";
description = "A zero-dependency DBus library for Python with asyncio support";
homepage = "https://github.com/altdesktop/python-dbus-next";
changelog = "https://github.com/altdesktop/python-dbus-next/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ sfrijters ];
broken = stdenv.isDarwin;
};
}