treewide: use lib.maintainers for meta.maintainers
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user