newsboat: quote homepage url

This commit is contained in:
Doron Behar 2020-03-23 10:12:30 +02:00
parent b3c6743113
commit d505a0d169

View File

@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
'';
meta = with stdenv.lib; {
homepage = https://newsboat.org/;
homepage = "https://newsboat.org/";
description = "A fork of Newsbeuter, an RSS/Atom feed reader for the text console";
maintainers = with maintainers; [ dotlambda nicknovitski ];
license = licenses.mit;