diff options
author | 2023-03-01 10:38:23 +0100 | |
---|---|---|
committer | 2023-03-01 10:40:25 +0100 | |
commit | d327c59a4fedc25471c5c70baf9278e9cd323831 (patch) | |
tree | ce420c928c3357ed113a27482b64deae7a4aab42 /x11-misc | |
parent | x11-misc/tinynotify-send: Bump to EAPI 8 (diff) | |
download | gentoo-d327c59a4fedc25471c5c70baf9278e9cd323831.tar.gz gentoo-d327c59a4fedc25471c5c70baf9278e9cd323831.tar.bz2 gentoo-d327c59a4fedc25471c5c70baf9278e9cd323831.zip |
x11-misc/sw-notify-send: Update URLs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/sw-notify-send/metadata.xml | 7 | ||||
-rw-r--r-- | x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild | 6 |
2 files changed, 4 insertions, 9 deletions
diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml index d17b2795134e..66d473d268b3 100644 --- a/x11-misc/sw-notify-send/metadata.xml +++ b/x11-misc/sw-notify-send/metadata.xml @@ -6,11 +6,6 @@ <name>Michał Górny</name> </maintainer> <upstream> - <maintainer status="active"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to> - <remote-id type="github">mgorny/tinynotify-send</remote-id> + <remote-id type="github">projg2/tinynotify-send</remote-id> </upstream> </pkgmetadata> diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild index 89f5d2ea4b6e..f5e00f7c2a44 100644 --- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild +++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 MY_P=tinynotify-send-${PV} DESCRIPTION="A system-wide variant of tinynotify-send" -HOMEPAGE="https://github.com/mgorny/tinynotify-send/" -SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2" +HOMEPAGE="https://github.com/projg2/tinynotify-send/" +SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" |