Drop support for Debian wheezy
[grml-live.git] / etc / zsh / completion.d / _grml-live
index ef2ef93..334ddbb 100644 (file)
@@ -47,7 +47,7 @@ _grmllive_suites() { #{{{
   local -a suites
 
   suites=(
-    stable testing unstable wheezy jessie stretch sid
+    stable testing unstable jessie stretch sid
   )
   _wanted list expl 'Debian suite' compadd ${expl} -- ${suites}
 }