simgear: fix homepage url

This commit is contained in:
marius david 2021-11-02 20:56:10 +01:00
parent 181f95381f
commit 7038b8ad9e

View file

@ -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;