treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Lets you write FastCGI scripts with Pure, to be run by web servers like Apache";
|
||||
homepage = http://puredocs.bitbucket.org/pure-fastcgi.html;
|
||||
homepage = "http://puredocs.bitbucket.org/pure-fastcgi.html";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ asppsa ];
|
||||
|
||||
Reference in New Issue
Block a user