diff mbox series

[meta-python,1/4] python3-pybind11: Amend HOMEPAGE

Message ID 20240214082449.3498259-1-niko.mauno@vaisala.com
State Accepted
Headers show
Series [meta-python,1/4] python3-pybind11: Amend HOMEPAGE | expand

Commit Message

Niko Mauno Feb. 14, 2024, 8:24 a.m. UTC
From: Niko Mauno <niko.mauno@vaisala.com>

Update the HOMEPAGE value so that the URL points to the original
repository instead of a fork. By doing this we fix the mismatch
between HOMEPAGE and SRC_URI.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
---
 meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb
index d51dd905a..e919e7dcc 100644
--- a/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb
@@ -1,5 +1,5 @@ 
 SUMMARY = "Seamless operability between C++11 and Python"
-HOMEPAGE = "https://github.com/wjakob/pybind11"
+HOMEPAGE = "https://github.com/pybind/pybind11"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f"