Merge pull request #109373 from stigtsp/package/perl-net-https-nb-fix-stdenv-lib

perlPackages.NetHTTPSNB: fix stdenv.lib -> lib
This commit is contained in:
Stig
2021-01-14 16:28:30 +01:00
committed by GitHub

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