nano: Add myself as a maintainer

This commit is contained in:
Jascha Geerds 2016-10-29 22:41:48 +02:00
parent 65cc92cc01
commit 33397d6f59

View file

@ -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;
};
}