Parcourir la source

CMake: Update homepage url in project() declaration to point to .org

Andrew Kaster il y a 10 mois
Parent
commit
cc02e7a763
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
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)