dd-agent: use https for homepage

This commit is contained in:
Matthew Bauer 2017-08-17 14:56:10 -07:00
parent 5cfe844bd6
commit 3f85411ba5

View File

@ -87,7 +87,7 @@ in stdenv.mkDerivation rec {
meta = {
description = "Event collector for the DataDog analysis service";
homepage = http://www.datadoghq.com;
homepage = https://www.datadoghq.com;
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ thoughtpolice domenkozar ];