Browse Source

nano: use GNU alias for source download

Download source using the GNU alias in order to get fault-tolerance.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman 8 years ago
parent
commit
b49d41f289
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      utils/nano/Makefile

+ 1
- 1
utils/nano/Makefile View File

14
 PKG_LICENSE_FILES:=COPYING
14
 PKG_LICENSE_FILES:=COPYING
15
 
15
 
16
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
16
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
17
-PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.5
17
+PKG_SOURCE_URL:=@GNU/nano
18
 PKG_MD5SUM:=a04d77611422ab4b6a7b489650c7a793
18
 PKG_MD5SUM:=a04d77611422ab4b6a7b489650c7a793
19
 
19
 
20
 PKG_INSTALL:=1
20
 PKG_INSTALL:=1