mednafen-server: convert meta.homepage to an explicit string

This commit is contained in:
AndersonTorres 2020-03-03 09:15:30 -03:00
parent 3867188af7
commit 66bd71cf13

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Netplay server for Mednafen";
homepage = https://mednafen.github.io/;
homepage = "https://mednafen.github.io/";
license = licenses.gpl2;
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.linux;