python3Packages.boa-api: add changelog to meta

This commit is contained in:
natsukium 2023-05-29 12:59:58 +09:00
parent e2294f9f88
commit 5c06b08329
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -22,6 +22,7 @@ buildPythonPackage rec {
meta = {
homepage = "https://github.com/boalang/api-python";
description = "Python client API for communicating with Boa's (https://boa.cs.iastate.edu/) XML-RPC based services";
changelog = "https://github.com/boalang/api-python/blob/${src.rev}/Changes.txt";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ swflint ];
};