forked from mirrors/nixpkgs
nano: Add myself as a maintainer
This commit is contained in:
parent
65cc92cc01
commit
33397d6f59
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue