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 ];
|
||||
|
||||
Reference in New Issue
Block a user