treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://sites.google.com/a/chromium.org/chromedriver;
|
||||
homepage = "https://sites.google.com/a/chromium.org/chromedriver";
|
||||
description = "A WebDriver server for running Selenium tests on Chrome";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.goibhniu maintainers.marsam ];
|
||||
|
||||
Reference in New Issue
Block a user