diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index aac15a5f36..082e7c7313 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4516,10 +4516,10 @@ (define-public vnstat (("tests/id_tests.h h") "h") (("^.*id_tests.*$") ""))))))) (home-page "https://humdi.net/vnstat/") - (synopsis "a network traffic monitor for Linux and BSD") - (description "vnStat is a console-based network traffic monitor for Linux -and BSD that keeps a log of network traffic for the selected interface(s). It -uses the network interface statistics provided by the kernel as information -source. This means that vnStat won't actually be sniffing any traffic and also -ensures light use of system resources regardless of network traffic rate.") - (license license:gpl2))) + (synopsis "Network traffic monitoring tool") + (description "vnStat is a console-based network traffic monitor that keeps +a log of network traffic for the selected interface(s). It uses the network +interface statistics provided by the kernel as information source. This means +that vnStat won't actually be sniffing any traffic and also ensures light use +of system resources regardless of network traffic rate.") + (license license:gpl2+)))