From 33fcf39a6e959b3f985b927b9f6a02b4766af218 Mon Sep 17 00:00:00 2001 From: Frank Lanitz Date: Tue, 18 Dec 2018 19:39:06 +0100 Subject: [PATCH] Geany: Taking over maintainership --- pkgs/applications/editors/geany/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/geany/default.nix b/pkgs/applications/editors/geany/default.nix index d1499fc2180f..caead872eb27 100644 --- a/pkgs/applications/editors/geany/default.nix +++ b/pkgs/applications/editors/geany/default.nix @@ -46,7 +46,7 @@ stdenv.mkDerivation rec { ''; homepage = https://www.geany.org/; license = licenses.gpl2; - maintainers = []; + maintainers = with maintainers; [ frlan ]; platforms = platforms.all; }; }