Skip to content

Commit f916f5e

Browse files
app-laptop/tiny-dfr: Update SRC_URI and remote-id
Signed-off-by: Sasha Finkelstein <[email protected]> Signed-off-by: Sam James <[email protected]>
1 parent e45bded commit f916f5e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

app-laptop/tiny-dfr/metadata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<name>Proxy Maintainers</name>
1414
</maintainer>
1515
<upstream>
16-
<remote-id type="github">WhatAmISupposedToPutHere/tiny-dfr</remote-id>
16+
<remote-id type="github">AsahiLinux/tiny-dfr</remote-id>
1717
</upstream>
1818
</pkgmetadata>

app-laptop/tiny-dfr/tiny-dfr-0.3.0-r1.ebuild

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2024 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
@@ -209,14 +209,14 @@ [email protected]
209209
inherit cargo udev systemd linux-info
210210

211211
DESCRIPTION="The most basic dynamic function row daemon possible"
212-
HOMEPAGE="https://github.com/WhatAmISupposedToPutHere/tiny-dfr"
212+
HOMEPAGE="https://github.com/AsahiLinux/tiny-dfr"
213213
LICENSE="MIT"
214214
SLOT="0"
215215
KEYWORDS="~arm64"
216216

217217
SRC_URI="
218218
${CARGO_CRATE_URIS}
219-
https://github.com/WhatAmISupposedToPutHere/tiny-dfr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
219+
https://github.com/AsahiLinux/tiny-dfr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
220220
"
221221

222222
DEPEND="

app-laptop/tiny-dfr/tiny-dfr-0.3.1-r1.ebuild

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2024 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
@@ -209,11 +209,11 @@ EAPI=8
209209
inherit cargo udev systemd linux-info
210210

211211
DESCRIPTION="The most basic dynamic function row daemon possible"
212-
HOMEPAGE="https://github.com/WhatAmISupposedToPutHere/tiny-dfr"
212+
HOMEPAGE="https://github.com/AsahiLinux/tiny-dfr"
213213

214214
SRC_URI="
215215
${CARGO_CRATE_URIS}
216-
https://github.com/WhatAmISupposedToPutHere/tiny-dfr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
216+
https://github.com/AsahiLinux/tiny-dfr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
217217
"
218218

219219
LICENSE="MIT"

app-laptop/tiny-dfr/tiny-dfr-0.3.3.ebuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,11 @@ CRATES="
237237
inherit cargo udev systemd linux-info
238238

239239
DESCRIPTION="The most basic dynamic function row daemon possible"
240-
HOMEPAGE="https://github.com/WhatAmISupposedToPutHere/tiny-dfr"
240+
HOMEPAGE="https://github.com/AsahiLinux/tiny-dfr"
241241

242242
SRC_URI="
243243
${CARGO_CRATE_URIS}
244-
https://github.com/WhatAmISupposedToPutHere/tiny-dfr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
244+
https://github.com/AsahiLinux/tiny-dfr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
245245
"
246246

247247
LICENSE="MIT"

0 commit comments

Comments
 (0)