treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -104,7 +104,7 @@ in stdenv.mkDerivation rec {
|
||||
Event collector for the DataDog analysis service
|
||||
-- v5 Python implementation
|
||||
'';
|
||||
homepage = https://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 ];
|
||||
|
||||
@@ -73,7 +73,7 @@ in buildGoPackage rec {
|
||||
Event collector for the DataDog analysis service
|
||||
-- v6 new golang implementation.
|
||||
'';
|
||||
homepage = https://www.datadoghq.com;
|
||||
homepage = "https://www.datadoghq.com";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ thoughtpolice domenkozar rvl ];
|
||||
|
||||
@@ -17,7 +17,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Live process collector for the DataDog Agent v6";
|
||||
homepage = https://www.datadoghq.com;
|
||||
homepage = "https://www.datadoghq.com";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ domenkozar rvl ];
|
||||
|
||||
Reference in New Issue
Block a user