python3Packages.hvplot: add locnide as maintainer

This commit is contained in:
locnide
2026-03-08 15:50:40 +01:00
parent f2e02b281c
commit 8b549ee0fb
@@ -96,6 +96,6 @@ buildPythonPackage rec {
homepage = "https://hvplot.pyviz.org";
changelog = "https://github.com/holoviz/hvplot/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
maintainers = [ ];
maintainers = with lib.maintainers; [ locnide ];
};
}