python311Packages.python-roborock: fix changelog entry

This commit is contained in:
Fabian Affolter 2023-05-02 22:45:21 +02:00 committed by GitHub
parent 8133b85849
commit 47ca73fe59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};