fastfetch: update description to match the project

This commit is contained in:
uncenter 2024-09-12 10:37:18 -04:00 committed by Bjørn Forsman
parent c300924985
commit 135b49bb5c

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;