diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-04 11:37:11 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-04 19:18:52 +0300 |
commit | e2c887cc4d426ba981a20bb2cc8d18e6e6c31a2b (patch) | |
tree | 7b0b7a6d2df75b05df97cf0b26409d217afd9d92 /x11-wm/pekwm | |
parent | x11-misc/urxvt-perls: update github link (diff) | |
download | gentoo-e2c887cc4d426ba981a20bb2cc8d18e6e6c31a2b.tar.gz gentoo-e2c887cc4d426ba981a20bb2cc8d18e6e6c31a2b.tar.bz2 gentoo-e2c887cc4d426ba981a20bb2cc8d18e6e6c31a2b.zip |
x11-wm/pekwm: update github link
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31302
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-wm/pekwm')
-rw-r--r-- | x11-wm/pekwm/metadata.xml | 2 | ||||
-rw-r--r-- | x11-wm/pekwm/pekwm-0.1.18.ebuild | 6 | ||||
-rw-r--r-- | x11-wm/pekwm/pekwm-0.2.1.ebuild | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-wm/pekwm/metadata.xml b/x11-wm/pekwm/metadata.xml index e8269632a2e5..2a9cfd89dd02 100644 --- a/x11-wm/pekwm/metadata.xml +++ b/x11-wm/pekwm/metadata.xml @@ -16,6 +16,6 @@ <flag name="themes">Install additional themes</flag> </use> <upstream> - <remote-id type="github">pekdon/pekwm</remote-id> + <remote-id type="github">pekwm/pekwm</remote-id> </upstream> </pkgmetadata> diff --git a/x11-wm/pekwm/pekwm-0.1.18.ebuild b/x11-wm/pekwm/pekwm-0.1.18.ebuild index 7d866b5fa28c..3b59911447b0 100644 --- a/x11-wm/pekwm/pekwm-0.1.18.ebuild +++ b/x11-wm/pekwm/pekwm-0.1.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,10 +8,10 @@ inherit autotools desktop DESCRIPTION="A lightweight window manager initially based on aewm++" HOMEPAGE=" https://www.pekwm.se/ - https://github.com/pekdon/pekwm + https://github.com/pekwm/pekwm " SRC_URI=" - https://github.com/pekdon/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz + https://github.com/pekwm/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz themes? ( https://dev.gentoo.org/~jsmolic/distfiles/${PN}-themes.tar.bz2 ) " S="${WORKDIR}"/${PN}-release-${PV} diff --git a/x11-wm/pekwm/pekwm-0.2.1.ebuild b/x11-wm/pekwm/pekwm-0.2.1.ebuild index 26496e8f9760..9171b886da0a 100644 --- a/x11-wm/pekwm/pekwm-0.2.1.ebuild +++ b/x11-wm/pekwm/pekwm-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,10 +8,10 @@ inherit cmake desktop optfeature DESCRIPTION="A lightweight window manager initially based on aewm++" HOMEPAGE=" https://www.pekwm.se/ - https://github.com/pekdon/pekwm + https://github.com/pekwm/pekwm " SRC_URI=" - https://github.com/pekdon/${PN}/releases/download/release-${PV}/pekwm-${PV}.tar.gz + https://github.com/pekwm/${PN}/releases/download/release-${PV}/pekwm-${PV}.tar.gz " LICENSE="GPL-2" |