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
commit ffd38a5788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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