From cc02e7a763272cd3c98ea2a7630a6a0a63d4882f Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Mon, 23 Sep 2024 16:21:38 -0600 Subject: [PATCH] CMake: Update homepage url in project() declaration to point to .org --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd0681c6ced..ff18120cee1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ project(ladybird VERSION 0.1.0 LANGUAGES C CXX DESCRIPTION "Ladybird Web Browser" - HOMEPAGE_URL "https://ladybird.dev" + HOMEPAGE_URL "https://ladybird.org" ) if (ANDROID OR IOS)