treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Set of I2C tools for Linux";
|
||||
homepage = https://i2c.wiki.kernel.org/index.php/I2C_Tools;
|
||||
homepage = "https://i2c.wiki.kernel.org/index.php/I2C_Tools";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.dezgeg ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user