python310Packages.bitbox02: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-27 20:57:57 +02:00 committed by GitHub
parent 4f0bb7e9be
commit 71f6b1eaaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Firmware code of the BitBox02 hardware wallet";
homepage = "https://github.com/digitalbitbox/bitbox02-firmware/";
changelog = "https://github.com/digitalbitbox/bitbox02-firmware/blob/py-bitbox02-${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};