python310Packages.afsapi: add changelog to meta
This commit is contained in:
parent
1350869f0f
commit
565786bb2e
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue