treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.and.org/ustr/;
|
||||
homepage = "http://www.and.org/ustr/";
|
||||
description = "Micro String API for C language";
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.phreedom ];
|
||||
|
||||
Reference in New Issue
Block a user