simgear: fix homepage url
This commit is contained in:
parent
181f95381f
commit
7038b8ad9e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Simulation construction toolkit";
|
||||
homepage = "https://gitorious.org/fg/simgear";
|
||||
homepage = "https://wiki.flightgear.org/SimGear";
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.lgpl2;
|
||||
|
|
Loading…
Reference in a new issue