python311Packages.trezor: Add changelog

This commit is contained in:
Jonas Heinrich
2024-06-29 00:13:13 +02:00
committed by GitHub
parent 22760ce20a
commit 947bf848ad
@@ -81,6 +81,7 @@ buildPythonPackage rec {
description = "Python library for communicating with Trezor Hardware Wallet";
mainProgram = "trezorctl";
homepage = "https://github.com/trezor/trezor-firmware/tree/master/python";
changelog = "https://github.com/trezor/trezor-firmware/blob/python/v${version}/python/CHANGELOG.md";
license = licenses.gpl3;
maintainers = with maintainers; [
np