From 7790170c979f4411d45d25ac0a0fe21c5ed3dc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 25 Nov 2024 22:07:34 +0100 Subject: [PATCH] update description --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 59b9aa77..37618afc 100644 --- a/default.nix +++ b/default.nix @@ -34,7 +34,7 @@ rustPlatform.buildRustPackage ( doCheck = false; meta = with lib; { - description = "Nix binary cache implemented in rust using libnix-store"; + description = "Nix binary cache implemented in rust"; homepage = "https://github.com/nix-community/harmonia"; license = with licenses; [ mit ]; maintainers = [ maintainers.conni2461 ];