From 4cb218b76ae70d237395677d318f52933062d5f8 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Sat, 14 May 2016 02:38:12 +0300 Subject: [PATCH] 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`. --- pkgs/development/libraries/xgboost/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/xgboost/default.nix b/pkgs/development/libraries/xgboost/default.nix index 0006792ed2a..afe4ce4448b 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 ]; };