Commit 6450cba8 authored by Nathan Viets's avatar Nathan Viets Committed by Rick van Schijndel
Browse files

xgboost: adding self to maintainers list

parent f5c7a97d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,6 +65,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/dmlc/xgboost";
    license = licenses.asl20;
    platforms = platforms.unix;
    maintainers = with maintainers; [ abbradar ];
    maintainers = with maintainers; [ abbradar nviets ];
  };
}