treewide: stdenv.lib -> lib
This commit is contained in:
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Vim-Improved eMACS: Emacs emulation for Vim";
|
||||
homepage = "http://algorithm.com.au/code/vimacs";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with stdenv.lib.maintainers; [ millerjason ];
|
||||
maintainers = with lib.maintainers; [ millerjason ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user