darling-dmg: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 16:56:25 +02:00 committed by Jon
parent 4f62d1f0b0
commit 16b7e0c909

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
CXXFLAGS = [ "-DU_USING_ICU_NAMESPACE=1" ];
meta = {
homepage = "http://www.darlinghq.org/";
homepage = "https://www.darlinghq.org/";
description = "Darling lets you open macOS dmgs on Linux";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl3;