celestia: fix meta.homepage.url

As can be read on the current Celestia project site’s
[news](https://celestiaproject.space/news.html),
on Jun. 28, 2023 their new domain was moved to
https://celestiaproject.space, because (and I quote):

    “Cybersquatters were faster and we’re not eager to give them $$$.”

Their [old domain](https://celestia.space) seems indeed like a parked
domain (as of 2024-07-27T17:00).
This commit is contained in:
pancho horrillo 2024-07-27 16:57:23 +02:00
parent 09f8205a5b
commit fbb8f62cff
No known key found for this signature in database
GPG Key ID: 11E0447D4ABBA7D0

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://celestia.space/";
homepage = "https://celestiaproject.space/";
description = "Real-time 3D simulation of space";
mainProgram = "celestia";
changelog = "https://github.com/CelestiaProject/Celestia/releases/tag/${version}";