treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Device that allows access to Linux kernel cryptographic drivers";
|
||||
homepage = http://cryptodev-linux.org/;
|
||||
homepage = "http://cryptodev-linux.org/";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = !stdenv.lib.versionOlder kernel.version "4.13";
|
||||
|
||||
Reference in New Issue
Block a user