Skip to content

Commit

Permalink
nano: use GNU alias for source download
Browse files Browse the repository at this point in the history
Download source using the GNU alias in order to get fault-tolerance.

Signed-off-by: Hannu Nyman <[email protected]>
  • Loading branch information
hnyman committed Mar 1, 2016
1 parent 9f5057a commit b49d41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/nano/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PKG_LICENSE:=GPL-3.0+
PKG_LICENSE_FILES:=COPYING

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.5
PKG_SOURCE_URL:=@GNU/nano
PKG_MD5SUM:=a04d77611422ab4b6a7b489650c7a793

PKG_INSTALL:=1
Expand Down

0 comments on commit b49d41f

Please sign in to comment.