1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 17:38:33 +02:00

newsboat: remove unnecessary period

This commit is contained in:
Robert Helgesson 2018-06-09 11:40:49 +02:00
parent 4caa45b8bb
commit e27cd96494
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

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;