treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
inherit version;
|
||||
homepage = http://www.infradead.org/~tgr/libnl/;
|
||||
homepage = "http://www.infradead.org/~tgr/libnl/";
|
||||
description = "Linux Netlink interface library suite";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ fpletz ];
|
||||
|
||||
Reference in New Issue
Block a user