1
0
Fork 1
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:
Sandro 2021-04-01 21:27:50 +02:00 committed by GitHub
parent f9be0fbff2
commit 1dcbed50e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};