recipes-example/rust-hello-world: move to new url in meta-rust org

This commit is contained in:
Cody P Schafer
2021-02-08 19:38:12 -05:00
parent 1b944013b8
commit 7feed5d36c

View File

@@ -1,6 +1,6 @@
inherit cargo
SRC_URI = "git://github.com/jmesmon/rust-hello-world.git;protocol=https"
SRC_URI = "git://github.com/meta-rust/rust-hello-world.git;protocol=https"
SRCREV="e0fa23f1a3cb1eb1407165bd2fc36d2f6e6ad728"
LIC_FILES_CHKSUM="file://COPYRIGHT;md5=e6b2207ac3740d2d01141c49208c2147"
@@ -9,7 +9,7 @@ SRC_URI += "\
"
SUMMARY = "Hello World by Cargo for Rust"
HOMEPAGE = "https://github.com/jmesmon/rust-hello-world"
HOMEPAGE = "https://github.com/meta-rust/rust-hello-world"
LICENSE = "MIT | Apache-2.0"
S = "${WORKDIR}/git"