Update homepage to https (#152264)

This commit is contained in:
Vadim Peretokin
2021-12-26 13:52:04 -05:00
committed by GitHub
parent 59b2ed7599
commit 27ab5f06e4
+1 -1
View File
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Crossplatform mud client";
homepage = "http://mudlet.org/";
homepage = "https://mudlet.org";
maintainers = [ maintainers.wyvie maintainers.pstn ];
platforms = platforms.linux;
license = licenses.gpl2;