commit: b9a85581283052297808cd67d19a287c74bccc06 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Wed Apr 29 17:48:39 2015 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Wed Apr 29 17:48:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b9a85581
Fix url for email notice. scripts/get-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-patch b/scripts/get-patch index eb7874a..eb5dbd8 100755 --- a/scripts/get-patch +++ b/scripts/get-patch @@ -1,6 +1,6 @@ #!/bin/bash -GENPATCHES_URL="git://git.overlays.gentoo.org/proj/linux-patches.git" +GENPATCHES_URL="git://git.gentoo.org/proj/linux-patches.git" KERNEL_BASE_URL="https://www.kernel.org/pub/linux/kernel/v3.x" KERENL_INCR_URL="${KERNEL_BASE_URL}/incr"
