Unverified Commit bddcca9c authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

update LightGBM links (#499973)

parents b606b2e4 89396151
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {

  patches = [
    # Fix boost 1.83+ compatibility
    # https://github.com/microsoft/LightGBM/issues/6786
    # https://github.com/lightgbm-org/LightGBM/issues/6786
    # Patch taken from https://github.com/conda-forge/lightgbm-feedstock/pull/69
    (fetchpatch {
      name = "fix-boost-sha1";
@@ -219,8 +219,8 @@ stdenv.mkDerivation (finalAttrs: {
  meta = {
    description = "Gradient boosting framework that uses tree based learning algorithms";
    mainProgram = "lightgbm";
    homepage = "https://github.com/microsoft/LightGBM";
    changelog = "https://github.com/microsoft/LightGBM/releases/tag/v${finalAttrs.version}";
    homepage = "https://github.com/lightgbm-org/LightGBM";
    changelog = "https://github.com/lightgbm-org/LightGBM/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.mit;
    platforms = lib.platforms.unix;
    maintainers = with lib.maintainers; [ nviets ];
+2 −2
Original line number Diff line number Diff line
@@ -127,8 +127,8 @@ buildPythonPackage rec {

  meta = {
    description = "Fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework";
    homepage = "https://github.com/Microsoft/LightGBM";
    changelog = "https://github.com/microsoft/LightGBM/releases/tag/v${version}";
    homepage = "https://github.com/lightgbm-org/LightGBM";
    changelog = "https://github.com/lightgbm-org/LightGBM/releases/tag/v${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ teh ];
  };