summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2015-04-29 13:48:39 -0400
committerMike Pagano <mpagano@gentoo.org>2015-04-29 13:48:39 -0400
commitb9a85581283052297808cd67d19a287c74bccc06 (patch)
treeee73a4a84b0a1c6fc68c0016c0e9f53e1284154d
parentEmails for initial genpatches for a new version produced blank emails. Hopefu... (diff)
downloadlinux-patches-b9a85581.tar.gz
linux-patches-b9a85581.tar.bz2
linux-patches-b9a85581.zip
Fix url for email notice.
-rwxr-xr-xscripts/get-patch2
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"