Merge pull request #41694 from janisozaur/patch-2

openrct2: Update homepage
This commit is contained in:
Jörg Thalheim
2018-06-08 15:07:57 +01:00
committed by GitHub

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