openrct2: Update homepage

This commit is contained in:
Michał Janiszewski
2018-06-08 15:49:33 +02:00
committed by GitHub
parent 7556fc9a77
commit 094efaa31d

View File

@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "An open source re-implementation of RollerCoaster Tycoon 2 (original game required)";
homepage = https://openrct2.website/;
homepage = https://openrct2.io/;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ geistesk ];