perlPackages.NetHTTPSNB: fix stdenv.lib -> lib

This commit is contained in:
Stig Palmquist 2021-01-14 16:22:41 +01:00
parent 6a53f39aa3
commit b3361ebd23

View File

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