NixOS / npm2nix

Generate nix expressions to build npm packages
MIT License
57 stars 32 forks source link

Use HTTPS for tarball links to npm registry #34

Open aneeshusa opened 8 years ago

aneeshusa commented 8 years ago

The NPM registry returns HTTP links to tarballs by default, but has full HTTPS support. Rewrite any matching urls to upgrade them to HTTPS.

Refs https://github.com/NixOS/nixpkgs/issues/13809.