perlPackages.NetHTTPSNB: fix stdenv.lib -> lib
This commit is contained in:
parent
6a53f39aa3
commit
b3361ebd23
@ -15117,7 +15117,7 @@ let
|
||||
meta = {
|
||||
homepage = "https://github.com/olegwtf/p5-Net-HTTPS-NB";
|
||||
description = "Non-blocking HTTPS client";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user