diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-30 08:49:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-05 20:54:12 +0200 |
commit | d26112c51741eda6af27960ff4f42cf6a9c336da (patch) | |
tree | ad2ae8a60271748ebdf15156cf647c3a04314517 /sys-fs/mdadm | |
parent | sys-fs/e2fsprogs: Inline mirror://kernel (diff) | |
download | gentoo-d26112c51741eda6af27960ff4f42cf6a9c336da.tar.gz gentoo-d26112c51741eda6af27960ff4f42cf6a9c336da.tar.bz2 gentoo-d26112c51741eda6af27960ff4f42cf6a9c336da.zip |
sys-fs/mdadm: Inline mirror://kernel
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-fs/mdadm')
-rw-r--r-- | sys-fs/mdadm/mdadm-4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/mdadm/mdadm-4.1.ebuild b/sys-fs/mdadm/mdadm-4.1.ebuild index 2247f704d965..1619b6db1cd1 100644 --- a/sys-fs/mdadm/mdadm-4.1.ebuild +++ b/sys-fs/mdadm/mdadm-4.1.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic multilib systemd toolchain-funcs udev DESCRIPTION="Tool for running RAID systems - replacement for the raidtools" HOMEPAGE="https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/" DEB_PF="4.1~rc1-4" -SRC_URI="mirror://kernel/linux/utils/raid/mdadm/${P/_/-}.tar.xz +SRC_URI="https://www.kernel.org/pub/linux/utils/raid/mdadm/${P/_/-}.tar.xz mirror://debian/pool/main/m/mdadm/${PN}_${DEB_PF}.debian.tar.xz" LICENSE="GPL-2" |