python311Packages.linknlink: update changelog entry

This commit is contained in:
Fabian Affolter 2023-11-29 10:06:32 +01:00 committed by GitHub
parent 7e68524fd7
commit 394c5db6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module and CLI for controlling Linklink devices locally";
homepage = "https://github.com/xuanxuan000/python-linknlink";
changelog = "";
changelog = "https://github.com/xuanxuan000/python-linknlink/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};