From cca88cc1340ba323956e6926ed69d8775c2dfee4 Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Wed, 31 Oct 2018 01:16:45 +0100 Subject: [PATCH] albert: add myself as maintainer --- pkgs/applications/misc/albert/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/albert/default.nix b/pkgs/applications/misc/albert/default.nix index b69ef905cfb..d1a62dad6c9 100644 --- a/pkgs/applications/misc/albert/default.nix +++ b/pkgs/applications/misc/albert/default.nix @@ -48,7 +48,7 @@ mkDerivation rec { homepage = https://albertlauncher.github.io/; description = "Desktop agnostic launcher"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ ericsagnes ]; + maintainers = with maintainers; [ ericsagnes synthetica ]; platforms = platforms.linux; }; }