mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
newsboat: remove unnecessary period
This commit is contained in:
parent
4caa45b8bb
commit
e27cd96494
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in
|
||||||
{
|
{
|
||||||
options = {
|
options = {
|
||||||
programs.newsboat = {
|
programs.newsboat = {
|
||||||
enable = mkEnableOption "the Newsboat feed reader.";
|
enable = mkEnableOption "the Newsboat feed reader";
|
||||||
|
|
||||||
urls = mkOption {
|
urls = mkOption {
|
||||||
type = types.listOf types.attrs;
|
type = types.listOf types.attrs;
|
||||||
|
|
Loading…
Reference in a new issue