From 2a8936a081666a032f35717cb273b41d84f43ed1 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Fri, 23 Jul 2021 18:44:56 +0200 Subject: [PATCH] hydrus: Add dandellion to maintainers --- pkgs/applications/graphics/hydrus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix index a3b043adbe5c..710c2620f1b1 100644 --- a/pkgs/applications/graphics/hydrus/default.nix +++ b/pkgs/applications/graphics/hydrus/default.nix @@ -108,6 +108,6 @@ pythonPackages.buildPythonPackage rec { description = "Danbooru-like image tagging and searching system for the desktop"; license = licenses.wtfpl; homepage = "https://hydrusnetwork.github.io/hydrus/"; - maintainers = [ maintainers.evanjs ]; + maintainers = with maintainers; [ dandellion evanjs ]; }; }