darling-dmg: update homepage link to use HTTPS
This commit is contained in:
parent
4f62d1f0b0
commit
16b7e0c909
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue