Commit 7bce1df2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.dbus-fast: update ordering

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