treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://mdocml.bsd.lv/;
|
||||
homepage = "http://mdocml.bsd.lv/";
|
||||
description = "converter from Texinfo into mdoc";
|
||||
license = licenses.isc;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user