treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [ "--enable-regexp" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.liblognorm.com/;
|
||||
homepage = "https://www.liblognorm.com/";
|
||||
description = "Help to make sense out of syslog data, or, actually, any event data that is present in text form";
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user