[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46541] [PATCH] gnu: Add ttyload.
From: |
宋文武 |
Subject: |
[bug#46541] [PATCH] gnu: Add ttyload. |
Date: |
Tue, 16 Feb 2021 16:32:29 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hello!
Stefan Reichör <stefan@xsteve.at> writes:
> [...]
> * gnu/packages/admin.scm (ttyload): New variable.
> + (home-page "https://www.daveltd.com/src/util/ttyload/";)
> + (synopsis "Console based color-coded graphs of CPU load average")
> + (description
> + "Show graphs for 1 minute, 5 minute, 15 minute load averages on the
> console.")
Better limit lines under 80 characters.
> + (license license:expat))))
It's a modified "ISC License", I think it should be (fsf-free "file://LICENSE").