newsboat: quote homepage url
This commit is contained in:
parent
b3c6743113
commit
d505a0d169
|
@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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";
|
description = "A fork of Newsbeuter, an RSS/Atom feed reader for the text console";
|
||||||
maintainers = with maintainers; [ dotlambda nicknovitski ];
|
maintainers = with maintainers; [ dotlambda nicknovitski ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|
Loading…
Reference in New Issue