hydrus: Add dandellion to maintainers

This commit is contained in:
Daniel Olsen 2021-07-23 18:44:56 +02:00
parent 0eaa40b01d
commit 2a8936a081

View file

@ -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 ];
};
}