Merge pull request #330437 from panchoh/fix-celestia-url
celestia: fix meta.homepage.url
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user