mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #330437 from panchoh/fix-celestia-url
celestia: fix meta.homepage.url
This commit is contained in:
commit
c354945bc2
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user