diff options
author | Mike Pagano <mpagano@gentoo.org> | 2015-04-29 13:48:39 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2015-04-29 13:48:39 -0400 |
commit | b9a85581283052297808cd67d19a287c74bccc06 (patch) | |
tree | ee73a4a84b0a1c6fc68c0016c0e9f53e1284154d | |
parent | Emails for initial genpatches for a new version produced blank emails. Hopefu... (diff) | |
download | linux-patches-b9a85581283052297808cd67d19a287c74bccc06.tar.gz linux-patches-b9a85581283052297808cd67d19a287c74bccc06.tar.bz2 linux-patches-b9a85581283052297808cd67d19a287c74bccc06.zip |
Fix url for email notice.
-rwxr-xr-x | scripts/get-patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-patch b/scripts/get-patch index eb7874a5..eb5dbd8a 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" |