treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.liblogging.org/;
|
||||
homepage = "http://www.liblogging.org/";
|
||||
description = "Lightweight signal-safe logging library";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user