treewide: quote homepages in my packages

This commit is contained in:
Nikolay Amiantov
2017-01-31 03:27:10 +03:00
parent e734f044ab
commit db99892817
3 changed files with 3 additions and 3 deletions
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Mozilla's JavaScript engine written in C/C++";
homepage = https://developer.mozilla.org/en/SpiderMonkey;
homepage = "https://developer.mozilla.org/en/SpiderMonkey";
# TODO: MPL/GPL/LGPL tri-license.
maintainers = [ maintainers.abbradar ];