From 54f2af7e064d5164915ce5f2cd0b8f7561fd1306 Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Sun, 7 Dec 2025 14:18:48 +0100 Subject: [PATCH] nixos/calibre-web: fix typo in option description --- nixos/modules/services/web-apps/calibre-web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/calibre-web.nix b/nixos/modules/services/web-apps/calibre-web.nix index 508a1ece72c0..c28c9b456b4a 100644 --- a/nixos/modules/services/web-apps/calibre-web.nix +++ b/nixos/modules/services/web-apps/calibre-web.nix @@ -91,7 +91,7 @@ in ''; }; - enableKepubify = mkEnableOption "kebup conversion support"; + enableKepubify = mkEnableOption "kepub conversion support"; enableBookUploading = mkOption { type = types.bool;