From c8763c087e0d465aa8a4549ea640a0608bbaa34c Mon Sep 17 00:00:00 2001 From: savalet Date: Sat, 22 Feb 2025 17:33:28 +0100 Subject: [PATCH] Update the nix pkg desription --- nix/crash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/crash.nix b/nix/crash.nix index e63cdeb..3111462 100644 --- a/nix/crash.nix +++ b/nix/crash.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation { ''; meta = { - description = "Crash resilient auspicious shell."; + description = "Crash Resilient Augmented SHell"; maintainers = with lib.maintainers; [savalet sigmanificient]; license = lib.licenses.mit; platforms = [lib.platforms.linux "aarch64-darwin"];