treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ pcre];
|
||||
|
||||
meta = {
|
||||
homepage = http://leafnode.sourceforge.net/;
|
||||
homepage = "http://leafnode.sourceforge.net/";
|
||||
description = "Leafnode implements a store & forward NNTP proxy";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user