Commit 135b49bb authored by uncenter's avatar uncenter Committed by Bjørn Forsman
Browse files

fastfetch: update description to match the project

parent c3009249
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;