Skip to content

Commit 1c9da7d

Browse files
committed
sys-boot/plymouth-dracula-theme: update URI
closes #98
1 parent 647b4b3 commit 1c9da7d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

sys-boot/plymouth-dracula-theme/plymouth-dracula-theme-0_pre20210113.ebuild

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Copyright 2022 Aisha Tammy
1+
# Copyright 2021 Aisha Tammy
22
# Distributed under the terms of the ISC License
33

44
EAPI=8
55

66
DESCRIPTION="dracula theme for plymouth"
7-
HOMEPAGE="https://github.com/pspiagicw/dracula-plymouth"
7+
HOMEPAGE="https://github.com/dracula/plymouth"
88

99
if [[ "${PV}" == "9999" ]]; then
1010
inherit git-r3
11-
EGIT_REPO_URI="https://github.com/pspiagicw/dracula-plymouth.git"
11+
EGIT_REPO_URI="https://github.com/dracula/plymouth"
1212
else
1313
COMMIT="37aa09b27ecee4a825b43d2c1d20b502e8f19c96"
14-
SRC_URI="https://github.com/pspiagicw/dracula-plymouth/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
14+
SRC_URI="https://github.com/dracula/plymouth/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
1515
KEYWORDS="~amd64"
1616
S="${WORKDIR}/dracula-plymouth-${COMMIT}"
1717
fi

sys-boot/plymouth-dracula-theme/plymouth-dracula-theme-9999.ebuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
EAPI=8
55

66
DESCRIPTION="dracula theme for plymouth"
7-
HOMEPAGE="https://github.com/pspiagicw/dracula-plymouth"
7+
HOMEPAGE="https://github.com/dracula/plymouth"
88

99
if [[ "${PV}" == "9999" ]]; then
1010
inherit git-r3
11-
EGIT_REPO_URI="https://github.com/pspiagicw/dracula-plymouth.git"
11+
EGIT_REPO_URI="https://github.com/dracula/plymouth"
1212
else
1313
COMMIT="37aa09b27ecee4a825b43d2c1d20b502e8f19c96"
14-
SRC_URI="https://github.com/pspiagicw/dracula-plymouth/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
14+
SRC_URI="https://github.com/dracula/plymouth/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
1515
KEYWORDS="~amd64"
1616
S="${WORKDIR}/dracula-plymouth-${COMMIT}"
1717
fi

0 commit comments

Comments
 (0)