From eafa48b2398fc80f60d17483e44d6080a28efc23 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sun, 27 Dec 2020 07:15:02 -0500 Subject: ipaddress.git.bb: update SRC_URI to avoid redirection Current SRC_URI just takes fetcher to new location. Signed-off-by: Robert P. J. Day Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/ruby/ipaddress_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb b/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb index 116bcf5..017c6c7 100644 --- a/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb +++ b/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb @@ -20,7 +20,7 @@ SRCREV = "96aaf68210d644157bd57a6ec3e38c49f38bfc34" S = "${WORKDIR}/git" SRC_URI = " \ - git://github.com/bluemonk/ipaddress.git \ + git://github.com/ipaddress-gem/ipaddress.git \ " inherit ruby -- cgit v1.2.3-54-g00ecf