Merge pull request #308966 from Guanran928/wastebin
nixos/wastebin: fix typo
This commit is contained in:
commit
b43ad60e1a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in
|
|||
|
||||
options.services.wastebin = {
|
||||
|
||||
enable = mkEnableOption "Wastenbin pastebin service";
|
||||
enable = mkEnableOption "Wastebin, a pastebin service";
|
||||
|
||||
package = mkPackageOption pkgs "wastebin" { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue