1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-29 17:57:28 +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;