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
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "A flexible scheduler for your i3bar blocks -- this is a fork to use with i3-gaps";
homepage = https://github.com/Airblader/i3blocks-gaps;
license = licenses.gpl3;
maintainers = [ "carlsverre" ];
maintainers = with maintainers; [ carlsverre ];
platforms = platforms.linux;
};
}