lol

treewide: update git.kernel.org/cgit homepage URLs

These are now redirects, and no longer git clone-able despite looking
like git repo URLs. I've updated them to the new locations.

+14 -14
+1 -1
pkgs/development/compilers/dtc/default.nix
··· 28 28 29 29 meta = with lib; { 30 30 description = "Device Tree Compiler"; 31 - homepage = "https://git.kernel.org/cgit/utils/dtc/dtc.git"; 31 + homepage = "https://git.kernel.org/pub/scm/utils/dtc/dtc.git"; 32 32 license = licenses.gpl2Plus; # dtc itself is GPLv2, libfdt is dual GPL/BSD 33 33 maintainers = [ maintainers.dezgeg ]; 34 34 platforms = platforms.unix;
+1 -1
pkgs/development/tools/analysis/sparse/default.nix
··· 28 28 29 29 meta = with lib; { 30 30 description = "Semantic parser for C"; 31 - homepage = "https://git.kernel.org/cgit/devel/sparse/sparse.git/"; 31 + homepage = "https://git.kernel.org/pub/scm/devel/sparse/sparse.git/"; 32 32 license = licenses.mit; 33 33 platforms = platforms.linux; 34 34 maintainers = with maintainers; [ thoughtpolice jkarlson ];
+1 -1
pkgs/development/tools/misc/pahole/default.nix
··· 20 20 cmakeFlags = [ "-D__LIB=lib" "-DLIBBPF_EMBEDDED=OFF" ]; 21 21 22 22 meta = with lib; { 23 - homepage = "https://git.kernel.org/cgit/devel/pahole/pahole.git/"; 23 + homepage = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git/"; 24 24 description = "Pahole and other DWARF utils"; 25 25 license = licenses.gpl2Only; 26 26
+2 -2
pkgs/os-specific/linux/broadcom-sta/i686-build-failure.patch
··· 1 - https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=fe47ae6e1a5005b2e82f7eab57b5c3820453293a 2 - https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=4ea1636b04dbd66536fa387bae2eea463efc705b 1 + https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=fe47ae6e1a5005b2e82f7eab57b5c3820453293a 2 + https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=4ea1636b04dbd66536fa387bae2eea463efc705b 3 3 4 4 diff -ru a/src/shared/linux_osl.c b/src/shared/linux_osl.c 5 5 --- a/src/shared/linux_osl.c 2015-09-19 01:47:15.000000000 +0300
+2 -2
pkgs/os-specific/linux/broadcom-sta/linux-4.7.patch
··· 2 2 3 3 This shall cause no problem's since both enums ieee80211_band 4 4 and nl80211_band were added in the same commit: 5 - https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=13ae75b103e07304a34ab40c9136e9f53e06475c 5 + https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=13ae75b103e07304a34ab40c9136e9f53e06475c 6 6 7 7 This patch refactors the references of IEEE80211_BAND_* to NL80211_BAND_* 8 8 9 9 Reference: 10 - https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=57fbcce37be7c1d2622b56587c10ade00e96afa3 10 + https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=57fbcce37be7c1d2622b56587c10ade00e96afa3 11 11 12 12 --- a/src/wl/sys/wl_cfg80211_hybrid.c 2016-06-13 11:57:36.159340297 -0500 13 13 +++ b/src/wl/sys/wl_cfg80211_hybrid.c 2016-06-13 11:58:18.442323435 -0500
+2 -2
pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.11.patch
··· 428 428 +solution, and details the disagreements and arguments. The latest 429 429 +version of this document can be found at the following URL. 430 430 + 431 - + https://git.kernel.org/cgit/linux/kernel/git/tj/cgroup.git/tree/Documentation/cgroup-v2-cpu.txt?h=cgroup-v2-cpu 431 + + https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/tree/Documentation/cgroup-v2-cpu.txt?h=cgroup-v2-cpu 432 432 + 433 433 +This document was posted to the linux-kernel and cgroup mailing lists. 434 434 +Unfortunately, no consensus was reached as of Oct, 2016. The thread ··· 759 759 + Re: [PATCHSET RFC cgroup/for-4.6] cgroup, sched: implement resource group and PRIO_RGRP 760 760 + Peter Zijlstra <peterz@infradead.org> 761 761 + 762 - +[5] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/cgroup-v2.txt 762 + +[5] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/cgroup-v2.txt 763 763 + Control Group v2 764 764 + Tejun Heo <tj@kernel.org> 765 765 +
+2 -2
pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.9.patch
··· 428 428 +solution, and details the disagreements and arguments. The latest 429 429 +version of this document can be found at the following URL. 430 430 + 431 - + https://git.kernel.org/cgit/linux/kernel/git/tj/cgroup.git/tree/Documentation/cgroup-v2-cpu.txt?h=cgroup-v2-cpu 431 + + https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/tree/Documentation/cgroup-v2-cpu.txt?h=cgroup-v2-cpu 432 432 + 433 433 +This document was posted to the linux-kernel and cgroup mailing lists. 434 434 +Unfortunately, no consensus was reached as of Oct, 2016. The thread ··· 759 759 + Re: [PATCHSET RFC cgroup/for-4.6] cgroup, sched: implement resource group and PRIO_RGRP 760 760 + Peter Zijlstra <peterz@infradead.org> 761 761 + 762 - +[5] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/cgroup-v2.txt 762 + +[5] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/cgroup-v2.txt 763 763 + Control Group v2 764 764 + Tejun Heo <tj@kernel.org> 765 765 +
+1 -1
pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
··· 18 18 $ git log --reverse --patch v$ver..remotes/tc-cgroup/cgroup-v2-cpu-v$ver > ../nixpkgs/pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/$ver.patch 19 19 ``` 20 20 21 - [1]: https://git.kernel.org/cgit/linux/kernel/git/tj/cgroup.git/tree/Documentation/cgroup-v2-cpu.txt?h=cgroup-v2-cpu 21 + [1]: https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/tree/Documentation/cgroup-v2-cpu.txt?h=cgroup-v2-cpu
+1 -1
pkgs/tools/filesystems/f2fs-tools/default.nix
··· 16 16 patches = [ ./f2fs-tools-cross-fix.patch ]; 17 17 18 18 meta = with lib; { 19 - homepage = "http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/"; 19 + homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/"; 20 20 description = "Userland tools for the f2fs filesystem"; 21 21 license = licenses.gpl2; 22 22 platforms = platforms.linux;
+1 -1
pkgs/tools/security/efitools/default.nix
··· 32 32 33 33 meta = with lib; { 34 34 description = "Tools for manipulating UEFI secure boot platforms"; 35 - homepage = "https://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"; 35 + homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git"; 36 36 license = licenses.gpl2; 37 37 maintainers = [ maintainers.grahamc ]; 38 38 platforms = platforms.linux;