diff options
Diffstat (limited to 'package/nano')
-rw-r--r-- | package/nano/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nano/Makefile b/package/nano/Makefile index 2efed2730..fc374ed18 100644 --- a/package/nano/Makefile +++ b/package/nano/Makefile @@ -8,7 +8,7 @@ PKG_VERSION:= 2.2.4 PKG_RELEASE:= 1 PKG_MD5SUM:= 6304308afb1f7ef4a5e93eb99206632a PKG_DESCR:= An enhanced clone of the Pico text editor -PKG_SECTION:= admin +PKG_SECTION:= editor PKG_DEPENDS:= libncurses PKG_BUILDDEP+= ncurses PKG_URL:= http://www.nano-editor.org |