treewide: stdenv.lib -> lib
This commit is contained in:
@@ -27,6 +27,6 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = base.meta // {
|
||||
description = "A helper to run rsync-only environments from ssh-logins";
|
||||
maintainers = [ stdenv.lib.maintainers.kampfschlaefer ];
|
||||
maintainers = [ lib.maintainers.kampfschlaefer ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user