From 8b549ee0fbf25cfbd0f89a69ddb36e736b048374 Mon Sep 17 00:00:00 2001 From: locnide Date: Sun, 8 Mar 2026 15:50:40 +0100 Subject: [PATCH] python3Packages.hvplot: add locnide as maintainer --- pkgs/development/python-modules/hvplot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/hvplot/default.nix b/pkgs/development/python-modules/hvplot/default.nix index 2dd4ef7e7b55..245ed3c6d893 100644 --- a/pkgs/development/python-modules/hvplot/default.nix +++ b/pkgs/development/python-modules/hvplot/default.nix @@ -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 ]; }; }