From 451f9f558e8a83f4c7194fb94384d62bc05fc40f Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 10 Jun 2026 03:03:01 +0200 Subject: [PATCH] bttf: adjust meta.description --- pkgs/by-name/bt/bttf/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/bt/bttf/package.nix b/pkgs/by-name/bt/bttf/package.nix index 65d426a32dc4..94eb71eb8ec7 100644 --- a/pkgs/by-name/bt/bttf/package.nix +++ b/pkgs/by-name/bt/bttf/package.nix @@ -23,7 +23,7 @@ rustPlatform.buildRustPackage (finalAttrs: { doInstallCheck = true; meta = { - description = "Command line tool for datetime arithmetic, parsing, formatting and more. Replaces biff."; + description = "Command line tool for datetime arithmetic, parsing, formatting and more. Replacment for biff"; homepage = "https://github.com/BurntSushi/bttf"; changelog = "https://github.com/BurntSushi/bttf/releases/tag/${finalAttrs.src.tag}"; license = with lib.licenses; [