treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://entrproject.org/;
|
||||
homepage = "http://entrproject.org/";
|
||||
description = "Run arbitrary commands when files change";
|
||||
license = licenses.isc;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user