mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
perlPackages.NetHTTPSNB: fix stdenv.lib -> lib
This commit is contained in:
parent
6a53f39aa3
commit
b3361ebd23
1 changed files with 1 additions and 1 deletions
|
@ -15117,7 +15117,7 @@ let
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/olegwtf/p5-Net-HTTPS-NB";
|
homepage = "https://github.com/olegwtf/p5-Net-HTTPS-NB";
|
||||||
description = "Non-blocking HTTPS client";
|
description = "Non-blocking HTTPS client";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue