diff options
Diffstat (limited to 'sys-kernel/debian-sources/debian-sources-5.10.179_p1-r1.ebuild')
| -rw-r--r-- | sys-kernel/debian-sources/debian-sources-5.10.179_p1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/debian-sources/debian-sources-5.10.179_p1-r1.ebuild b/sys-kernel/debian-sources/debian-sources-5.10.179_p1-r1.ebuild index a2a3628f722f..50eaf3633c23 100644 --- a/sys-kernel/debian-sources/debian-sources-5.10.179_p1-r1.ebuild +++ b/sys-kernel/debian-sources/debian-sources-5.10.179_p1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Liguros Authors +# Copyright 2020-2023 BaldEagleOS Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -71,7 +71,7 @@ DEB_PV="${DEB_PV_BASE}${DEB_EXTRAVERSION}" KERNEL_ARCHIVE="linux_${DEB_PV_BASE}.orig.tar.xz" DEB_PATCH_ARCHIVE="linux_${DEB_PV}.debian.tar.xz" LIG_PATCH_ARCHIVE="linux_patches.tar.xz" -LIG_UPSTREAM="https://gitlab.com/liguros/distfiles/-/raw/main" +LIG_UPSTREAM="https://git.baldeagleos.com/distfiles/-/raw/main" SRC_URI=" $LIG_UPSTREAM/${KERNEL_ARCHIVE} @@ -290,7 +290,7 @@ src_unpack() { # unpack the kernel patches unpack ${DEB_PATCH_ARCHIVE} || die "failed to unpack debian patches" - unpack ${LIG_PATCH_ARCHIVE} || die "failed to unpack liguros patches" + unpack ${LIG_PATCH_ARCHIVE} || die "failed to unpack baldeagleos patches" } src_prepare() { |
