aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/xgboost
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-05-14 02:38:12 +0300
committerNikolay Amiantov <ab@fmap.me>2016-05-14 02:38:12 +0300
commit4cb218b76ae70d237395677d318f52933062d5f8 (patch)
treeb308f07343412475571a4e056ad7dd35aeaeb51b /pkgs/development/libraries/xgboost
parentc40323558599a4762b9caa7b2d8482f409cf7938 (diff)
xgboost: fix license
Looks like `nix-env -qaP --drv-path` is not enough and one need to either add `--json` too to catch problems like this... or just use `nox-review wip`.
Diffstat (limited to 'pkgs/development/libraries/xgboost')
-rw-r--r--pkgs/development/libraries/xgboost/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/xgboost/default.nix b/pkgs/development/libraries/xgboost/default.nix
index 0006792ed2aa..afe4ce4448b1 100644
--- a/pkgs/development/libraries/xgboost/default.nix
+++ b/pkgs/development/libraries/xgboost/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library";
homepage = "https://github.com/dmlc/xgboost";
- license = licenses.apl20;
+ license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];
};