treewide: quote homepages in my packages

This commit is contained in:
Nikolay Amiantov 2017-01-29 20:04:12 +03:00
parent e734f044ab
commit db99892817
3 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Powerful and easy-to-use multimedia player";
homepage = https://bomi-player.github.io/;
homepage = "https://bomi-player.github.io/";
license = licenses.gpl2Plus;
maintainers = [ maintainers.abbradar ];
platforms = platforms.linux;

View File

@ -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 ];

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A single-player fantasy game with a randomly generated adventure world";
homepage = http://www.bay12games.com/dwarves;
homepage = "http://www.bay12games.com/dwarves";
license = licenses.unfreeRedistributable;
platforms = platforms.linux;
maintainers = with maintainers; [ a1russell robbinch roconnor the-kenny abbradar ];