python3Packages.hvplot: add locnide as maintainer
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user