treewide: http -> https

This commit is contained in:
Ryan Mulligan
2018-07-19 18:12:04 -07:00
parent 394ef82451
commit df8062c45b
9 changed files with 10 additions and 10 deletions
@@ -3,7 +3,7 @@
let
baseName = "libdbusmenu-qt";
v = "0.9.2";
homepage = "http://launchpad.net/${baseName}";
homepage = "https://launchpad.net/${baseName}";
name = "${baseName}-${v}";
in
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ cmake ];
cmakeFlags = "-DWITH_DOC=OFF";
meta = with stdenv.lib; {
description = "Provides a Qt implementation of the DBusMenu spec";
inherit homepage;