nano: fixed SRC_URI for 1.2.1 release
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 25 Oct 2005 09:00:08 +0000 (09:00 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 25 Oct 2005 09:00:08 +0000 (09:00 +0000)
packages/nano/nano_1.2.1.bb

index fbd36d8..1c37280 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "GPL"
 SECTION = "console/utils"
 DEPENDS = "ncurses"
 
-SRC_URI = "${GNU_MIRROR}/nano/nano-${PV}.tar.gz \
+SRC_URI = "http://www.nano-editor.org/dist/v1.2/nano-${PV}.tar.gz \
            file://configure.patch;patch=1 \
            file://glib.m4"