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

python311Packages.python-roborock: fix changelog entry

parent 8133b858
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python library & console tool for controlling Roborock vacuum";
    homepage = "https://github.com/humbertogontijo/python-roborock";
    changelog = "https://github.com/humbertogontijo/python-roborock/blob/${version}/CHANGELOG.md";
    changelog = "https://github.com/humbertogontijo/python-roborock/blob/v${version}/CHANGELOG.md";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ fab ];
  };