diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 03:49:33 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 03:49:33 +0200 |
commit | c5a8e8f118ba135e05aca2761fbb345e8c22268a (patch) | |
tree | 6d09972b227bbcf0d03a77b45202b1a5eea1b9ef | |
parent | Merge tag 'v2.0' into debian (diff) | |
download | linux-status-c5a8e8f118ba135e05aca2761fbb345e8c22268a.tar.gz linux-status-c5a8e8f118ba135e05aca2761fbb345e8c22268a.zip |
debian: update package description
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 2206d58..617dc28 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,6 @@ Homepage: https://github.com/egor-tensin/linux-status Package: linux-status Architecture: all Depends: python3, ${misc:Depends} -Description: Simple Linux status web page - Shows your `top`, systemd units & timers, allows you to reboot the server, - etc. +Description: Simple Linux server monitoring + Shows your `top`, Docker container status, systemd units & timers, allows you + to reboot the server, etc. |