about summary refs log tree commit diff
path: root/pkgs/applications/editors/nano
diff options
context:
space:
mode:
authorJascha Geerds <jascha@jgeerds.name>2016-10-29 22:41:48 +0200
committerJascha Geerds <jascha@jgeerds.name>2016-10-29 22:43:27 +0200
commit33397d6f597332faefc36f143862e308ef7f1fec (patch)
treefdffba38be1cb870d06e68f12bb5025ce7f05e80 /pkgs/applications/editors/nano
parent65cc92cc0134a0eab007099f7273727091ac4375 (diff)
downloadnixlib-33397d6f597332faefc36f143862e308ef7f1fec.tar
nixlib-33397d6f597332faefc36f143862e308ef7f1fec.tar.gz
nixlib-33397d6f597332faefc36f143862e308ef7f1fec.tar.bz2
nixlib-33397d6f597332faefc36f143862e308ef7f1fec.tar.lz
nixlib-33397d6f597332faefc36f143862e308ef7f1fec.tar.xz
nixlib-33397d6f597332faefc36f143862e308ef7f1fec.tar.zst
nixlib-33397d6f597332faefc36f143862e308ef7f1fec.zip
nano: Add myself as a maintainer
Diffstat (limited to 'pkgs/applications/editors/nano')
-rw-r--r--pkgs/applications/editors/nano/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/editors/nano/default.nix b/pkgs/applications/editors/nano/default.nix
index c380d05302ed..faef945c417b 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;
   };
 }