Unverified Commit 840b1db1 authored by Stephen Huan's avatar Stephen Huan
Browse files

pyamg: add stephen-huan as maintainer

parent bc15f4b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/pyamg/pyamg";
    changelog = "https://github.com/pyamg/pyamg/blob/v${version}/changelog.md";
    license = lib.licenses.mit;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ stephen-huan ];
    broken = stdenv.hostPlatform.isDarwin && lib.versionAtLeast python.version "3.14";
  };
}