newsboat: remove unnecessary period
This commit is contained in:
parent
4caa45b8bb
commit
e27cd96494
|
@ -11,7 +11,7 @@ in
|
|||
{
|
||||
options = {
|
||||
programs.newsboat = {
|
||||
enable = mkEnableOption "the Newsboat feed reader.";
|
||||
enable = mkEnableOption "the Newsboat feed reader";
|
||||
|
||||
urls = mkOption {
|
||||
type = types.listOf types.attrs;
|
||||
|
|
Loading…
Reference in a new issue