mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
python311Packages.python-roborock: fix changelog entry
This commit is contained in:
parent
8133b85849
commit
47ca73fe59
@ -54,7 +54,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library & console tool for controlling Roborock vacuum";
|
description = "Python library & console tool for controlling Roborock vacuum";
|
||||||
homepage = "https://github.com/humbertogontijo/python-roborock";
|
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;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user