Merge pull request #302320 from firefly-cpp/niaclass-change-upstream

python311Packages.niaclass: change upstream
This commit is contained in:
Aleksana
2024-07-07 15:34:56 +08:00
committed by GitHub
@@ -20,7 +20,7 @@ buildPythonPackage rec {
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "lukapecnik";
owner = "firefly-cpp";
repo = "NiaClass";
rev = "refs/tags/${version}";
hash = "sha256-C3EF18lzheE+dXHJA6WJNFECAH4HfPiCDo7QxtHvOLI=";
@@ -51,8 +51,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Framework for solving classification tasks using Nature-inspired algorithms";
homepage = "https://github.com/lukapecnik/NiaClass";
changelog = "https://github.com/lukapecnik/NiaClass/releases/tag/${version}";
homepage = "https://github.com/firefly-cpp/NiaClass";
changelog = "https://github.com/firefly-cpp/NiaClass/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ firefly-cpp ];
};