From eab07dbd65f3ef9eba94f98b1ed00a8bf1418ead Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Mon, 8 Apr 2019 01:44:06 -0400 Subject: [PATCH] sequeler: add pantheon maintainers --- pkgs/applications/misc/sequeler/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/sequeler/default.nix b/pkgs/applications/misc/sequeler/default.nix index ca0243e3ce7..4947bcf60bd 100644 --- a/pkgs/applications/misc/sequeler/default.nix +++ b/pkgs/applications/misc/sequeler/default.nix @@ -39,7 +39,7 @@ in stdenv.mkDerivation rec { ''; homepage = https://github.com/Alecaddd/sequeler; license = licenses.gpl3; - maintainers = [ maintainers.etu ]; + maintainers = [ maintainers.etu ] ++ pantheon.maintainers; platforms = platforms.linux; }; }