summary refs log tree commit diff
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-05-29 12:59:58 +0900
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-29 21:24:06 +0000
commitdf86485a0aafb2fe2fd9b8a0335f8617d6ede508 (patch)
tree7a79eb3ef6dfc7bc33d94a3f03bbfd1d9c04c41a
parente2696767a75553c682d3d5c132522894a7494309 (diff)
python3Packages.boa-api: add changelog to meta
(cherry picked from commit 5c06b08329e561233c24b0ebde8e0c74e7f1ba2f)
-rw-r--r--pkgs/development/python-modules/boa-api/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/boa-api/default.nix b/pkgs/development/python-modules/boa-api/default.nix
index 033da9dffb758..6c7083252dfa3 100644
--- a/pkgs/development/python-modules/boa-api/default.nix
+++ b/pkgs/development/python-modules/boa-api/default.nix
@@ -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 ];
   };