From c46effbdf01dd30491214735d5984d1a1a061065 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sat, 4 May 2024 12:23:52 +0800 Subject: nixos/wastebin: fix typo --- nixos/modules/services/misc/wastebin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/misc/wastebin.nix b/nixos/modules/services/misc/wastebin.nix index 3d0af2862683..f24bf94fa52b 100644 --- a/nixos/modules/services/misc/wastebin.nix +++ b/nixos/modules/services/misc/wastebin.nix @@ -10,7 +10,7 @@ in options.services.wastebin = { - enable = mkEnableOption "Wastenbin pastebin service"; + enable = mkEnableOption "Wastebin, a pastebin service"; package = mkPackageOption pkgs "wastebin" { }; -- cgit v1.2.3