diff options
-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" |