python310Packages.afsapi: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-17 09:42:46 +01:00 committed by GitHub
parent 1350869f0f
commit 565786bb2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python implementation of the Frontier Silicon API";
homepage = "https://github.com/wlcrs/python-afsapi";
changelog = "https://github.com/wlcrs/python-afsapi/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};