Loading pkgs/by-name/li/lightgbm/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading @@ -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 ]; Loading pkgs/development/python-modules/lightgbm/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading Loading
pkgs/by-name/li/lightgbm/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading @@ -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 ]; Loading
pkgs/development/python-modules/lightgbm/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading