treewide: use lib.maintainers for meta.maintainers

This commit is contained in:
Franz Pletz
2017-01-20 15:44:28 +01:00
parent ea7dadcaf6
commit 9b92a07843
7 changed files with 6 additions and 9 deletions
@@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
description = "A flexible scheduler for your i3bar blocks";
homepage = https://github.com/vivien/i3blocks;
license = licenses.gpl3;
maintainers = [ "MindTooth" ];
platforms = with platforms; freebsd ++ linux;
};
}