* recode: pname-ify
* recode: 3.7-* -> 3.7.2, new home
gnu homepage still exists (for now),
but links to the github repo we switch to :).
* recode: use pre-generated tarball to avoid gen, fix
* recode: 3.7.2 -> 3.7.4
https://github.com/rrthomas/recode/blob/v3.7.4/NEWS
(3.7.3 notes as well)
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
This is a small wrapper around fetchzip. It allows you to say:
src = fetchGitHub {
owner = "NixOS";
repo = "nix";
rev = "924e19341a5ee488634bc9ce1ea9758ac496afc3"; # or a tag
sha256 = "1ld1jc26wy0smkg63chvdzsppfw6zy1ykf3mmc50hkx397wcbl09";
};