Merge pull request #308966 from Guanran928/wastebin

nixos/wastebin: fix typo
This commit is contained in:
éclairevoyant 2024-05-04 06:28:36 +00:00 committed by GitHub
commit b43ad60e1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ in
options.services.wastebin = {
enable = mkEnableOption "Wastenbin pastebin service";
enable = mkEnableOption "Wastebin, a pastebin service";
package = mkPackageOption pkgs "wastebin" { };