Commit d96772ae authored by Gavin John's avatar Gavin John
Browse files

python312Packages.nptyping: add pandapip1 to maintainers

parent b8f00683
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -68,6 +68,9 @@ buildPythonPackage rec {
    homepage = "https://github.com/ramonhagenaars/nptyping";
    changelog = "https://github.com/ramonhagenaars/nptyping/blob/v${version}/HISTORY.md";
    license = licenses.mit;
    maintainers = with maintainers; [ bcdarwin ];
    maintainers = with maintainers; [
      bcdarwin
      pandapip1
    ];
  };
}