treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Comma Separated Value Interface for the Pure Programming Language";
|
||||
homepage = http://puredocs.bitbucket.org/pure-csv.html;
|
||||
homepage = "http://puredocs.bitbucket.org/pure-csv.html";
|
||||
license = stdenv.lib.licenses.free;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ asppsa ];
|
||||
|
||||
Reference in New Issue
Block a user