Merge pull request #330437 from panchoh/fix-celestia-url

celestia: fix meta.homepage.url
This commit is contained in:
Pol Dellaiera 2024-07-27 22:50:46 +02:00 committed by GitHub
commit c354945bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}";