diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2020-08-23 06:03:17 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-08-23 13:42:38 +0200 |
commit | 64cf2816cf17e440b2f5b57502429e6155882ff1 (patch) | |
tree | 71a2585b60ad64181649f64fb55eff86cd9fddc9 /dev-haskell/fdo-notify | |
parent | dev-db/sadisplay: update HOMEPAGE (diff) | |
download | gentoo-64cf2816cf17e440b2f5b57502429e6155882ff1.tar.gz gentoo-64cf2816cf17e440b2f5b57502429e6155882ff1.tar.bz2 gentoo-64cf2816cf17e440b2f5b57502429e6155882ff1.zip |
dev-haskell/fdo-notify: update HOMEPAGE
Replace non-functioning BitBucket URL
Bug: https://bugs.gentoo.org/737896
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-haskell/fdo-notify')
-rw-r--r-- | dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/fdo-notify/metadata.xml | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild b/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild index 5c61b57a2dcb..3d94cc7eb01d 100644 --- a/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild +++ b/dev-haskell/fdo-notify/fdo-notify-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Desktop Notifications client" -HOMEPAGE="https://bitbucket.org/taejo/fdo-notify/" +HOMEPAGE="https://hackage.haskell.org/package/fdo-notify" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/fdo-notify/metadata.xml b/dev-haskell/fdo-notify/metadata.xml index 55d3ac445104..cc48e3a1090d 100644 --- a/dev-haskell/fdo-notify/metadata.xml +++ b/dev-haskell/fdo-notify/metadata.xml @@ -10,7 +10,4 @@ Notifications protcol. This protocol is supported by services such as Ubuntu's NotifyOSD. </longdescription> - <upstream> - <remote-id type="bitbucket">taejo/fdo-notify</remote-id> - </upstream> </pkgmetadata> |