mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
newsboat: remove unnecessary period
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user