nano: update SRC_URI with new source

FTP server is not accesible anymore. Use HTTPS mirror instead.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Oleksandr Kravchuk 2016-12-28 14:21:43 +01:00 committed by Martin Jansa
parent 1ae8c18622
commit 29f111e03a

View File

@ -12,7 +12,7 @@ INC_PR = "r3"
PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
SRC_URI = "ftp://nano-editor.org/pub/nano/v${PV_MAJOR}/nano-${PV}.tar.gz"
SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz"
inherit autotools gettext