mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-21 03:23:20 +00:00
tests/croc: remove stdenv.lib
This commit is contained in:
parent
f9be0fbff2
commit
1dcbed50e3
|
@ -6,7 +6,7 @@ let
|
|||
pass = pkgs.writeText "pass" "PassRelay";
|
||||
in {
|
||||
name = "croc";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ hax404 julm ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue