treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Report network interfaces bandwith just like vmstat/iostat do for other system counters - legacy version";
|
||||
homepage = http://gael.roualland.free.fr/ifstat/;
|
||||
homepage = "http://gael.roualland.free.fr/ifstat/";
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl2;
|
||||
|
||||
Reference in New Issue
Block a user