From 33397d6f597332faefc36f143862e308ef7f1fec Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Sat, 29 Oct 2016 22:41:48 +0200 Subject: [PATCH] nano: Add myself as a maintainer --- pkgs/applications/editors/nano/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/nano/default.nix b/pkgs/applications/editors/nano/default.nix index c380d05302e..faef945c417 100644 --- a/pkgs/applications/editors/nano/default.nix +++ b/pkgs/applications/editors/nano/default.nix @@ -34,7 +34,10 @@ stdenv.mkDerivation rec { homepage = http://www.nano-editor.org/; description = "A small, user-friendly console text editor"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ joachifm ]; + maintainers = with maintainers; [ + jgeerds + joachifm + ]; platforms = platforms.all; }; }