mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: ifstatus: Fix license.
* gnu/packages/networking.scm (ifstatus)[license]: Set to GPL2+.
This commit is contained in:
parent
e0566f12f8
commit
8874f7668a
1 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ (define-public ifstatus
|
||||||
(synopsis "Text based network interface status monitor")
|
(synopsis "Text based network interface status monitor")
|
||||||
(description
|
(description
|
||||||
"IFStatus is a simple, easy-to-use program for displaying commonly
|
"IFStatus is a simple, easy-to-use program for displaying commonly
|
||||||
needed / wanted real-time traffic statistics of multiple network
|
needed/wanted real-time traffic statistics of multiple network
|
||||||
interfaces, with a simple and efficient view on the command line. It is
|
interfaces, with a simple and efficient view on the command line. It is
|
||||||
intended as a substitute for the PPPStatus and EthStatus projects.")
|
intended as a substitute for the PPPStatus and EthStatus projects.")
|
||||||
(license license:bsd-2)))
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Reference in a new issue