Commit c8a38ab1 authored by Iztok Fister Jr.'s avatar Iztok Fister Jr.
Browse files

python311Packages.niaaml: change upstream

parent 509577b7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ buildPythonPackage rec {
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "lukapecnik";
    owner = "firefly-cpp";
    repo = "NiaAML";
    rev = "refs/tags/${version}";
    hash = "sha256-jGbsxYlRJ81g74LqSKpquciPsLP+KSoNBTJPEaD/CHM=";
@@ -59,8 +59,8 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "Python automated machine learning framework";
    homepage = "https://github.com/lukapecnik/NiaAML";
    changelog = "https://github.com/lukapecnik/NiaAML/releases/tag/${version}";
    homepage = "https://github.com/firefly-cpp/NiaAML";
    changelog = "https://github.com/firefly-cpp/NiaAML/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ firefly-cpp ];
  };