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/;
|
homepage = http://www.nano-editor.org/;
|
||||||
description = "A small, user-friendly console text editor";
|
description = "A small, user-friendly console text editor";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ joachifm ];
|
maintainers = with maintainers; [
|
||||||
|
jgeerds
|
||||||
|
joachifm
|
||||||
|
];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue