fastfetch: update description to match the project

This commit is contained in:
uncenter
2024-09-13 17:46:32 +02:00
committed by Bjørn Forsman
parent c300924985
commit 135b49bb5c
+1 -1
View File
@@ -167,7 +167,7 @@ stdenv'.mkDerivation (finalAttrs: {
};
meta = {
description = "Like neofetch, but much faster because written in C";
description = "An actively maintained, feature-rich and performance oriented, neofetch like system information tool";
homepage = "https://github.com/fastfetch-cli/fastfetch";
changelog = "https://github.com/fastfetch-cli/fastfetch/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit;