From b64d4673d8dc291f783b6459c010705519cb052b Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sat, 1 Mar 2014 08:40:38 -0300 Subject: [PATCH] ircstat/mlstat: change "milkymist" label to "m-labs" --- ircstat/mlstat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircstat/mlstat b/ircstat/mlstat index ebc4c37..d9db368 100755 --- a/ircstat/mlstat +++ b/ircstat/mlstat @@ -51,7 +51,7 @@ set title "Traffic on the Qi-Hardware Mailing Lists" set xlabel "Month" set ylabel "Traffic (kbytes gzip'ed)" plot "_out" using (\$1) with lines title "qi-hardware" lw 2, \ - "_out" using (\$2) with lines title "milkymist" lw 2, \ + "_out" using (\$2) with lines title "m-labs" lw 2, \ "_out" using :(\$1+\$2) with lines title "Both" lw 2 set term png set output "out.png"