newsboat: remove unnecessary period

This commit is contained in:
Robert Helgesson
2018-06-09 11:40:49 +02:00
parent 4caa45b8bb
commit e27cd96494

View File

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