Loading pkgs/development/python-modules/boa-api/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/boa-api/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading