dd-agent: use https for homepage
This commit is contained in:
parent
5cfe844bd6
commit
3f85411ba5
@ -87,7 +87,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Event collector for the DataDog analysis service";
|
description = "Event collector for the DataDog analysis service";
|
||||||
homepage = http://www.datadoghq.com;
|
homepage = https://www.datadoghq.com;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice domenkozar ];
|
maintainers = with stdenv.lib.maintainers; [ thoughtpolice domenkozar ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user