python310Packages.dbus-fast: update ordering

This commit is contained in:
Fabian Affolter 2022-11-19 15:19:09 +01:00
parent 5ea9b4531b
commit 7bce1df2fc

View File

@ -89,9 +89,9 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v${version}";
description = "Faster version of dbus-next";
homepage = "https://github.com/bluetooth-devices/dbus-fast";
changelog = "https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};