treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ linuxHeaders ];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/cladisch/linux-firewire-utils;
|
||||
homepage = "https://github.com/cladisch/linux-firewire-utils";
|
||||
description = "Utilities around FireWire devices connected to a Linux computer";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user