treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||
dontStrip = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://storm.apache.org;
|
||||
homepage = "http://storm.apache.org";
|
||||
description = "Distributed realtime computation system";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ edwtjo vizanto ];
|
||||
|
||||
Reference in New Issue
Block a user