python3Packages.datashader: add locnide as maintainer
This commit is contained in:
@@ -71,6 +71,9 @@ buildPythonPackage rec {
|
||||
homepage = "https://datashader.org";
|
||||
changelog = "https://github.com/holoviz/datashader/blob/${src.tag}/CHANGELOG.rst";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ nickcao ];
|
||||
maintainers = with lib.maintainers; [
|
||||
nickcao
|
||||
locnide
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user