python311Packages.kasa-crypt: update changelog entry

This commit is contained in:
Fabian Affolter 2023-07-26 21:24:40 +02:00 committed by GitHub
parent 52a20d5ec4
commit 9c7aa11bdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Fast kasa crypt";
homepage = "https://github.com/bdraco/kasa-crypt";
changelog = "https://github.com/bdraco/kasa-crypt/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/bdraco/kasa-crypt/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};