1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 20:40:40 +02:00

gnu: ifstatus: Fix license.

* gnu/packages/networking.scm (ifstatus)[license]: Set to GPL2+.
This commit is contained in:
Ludovic Courtès 2015-09-18 21:57:53 +02:00
commit 8874f7668a

View file

@ -186,4 +186,4 @@ Ethernet devices.")
needed/wanted real-time traffic statistics of multiple network
interfaces, with a simple and efficient view on the command line. It is
intended as a substitute for the PPPStatus and EthStatus projects.")
(license license:bsd-2)))
(license license:gpl2+)))