treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Mozilla's Universal Charset Detector C/C++ API";
|
||||
homepage = ftp://ftp.oops.org/pub/oops/libchardet/index.html;
|
||||
homepage = "ftp://ftp.oops.org/pub/oops/libchardet/index.html";
|
||||
license = licenses.mpl11;
|
||||
maintainers = [ maintainers.abbradar ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user