diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 12:35:50 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-06 13:56:23 -0400 |
commit | 0341fde249c60eda3043d586c18dbf2ecc5b8c37 (patch) | |
tree | be940ed6a562b99eb85bc9b7d39304f6696933cf /dev-haskell | |
parent | dev-haskell/regex-tdfa-rc: update homepage link (diff) | |
download | gentoo-0341fde249c60eda3043d586c18dbf2ecc5b8c37.tar.gz gentoo-0341fde249c60eda3043d586c18dbf2ecc5b8c37.tar.bz2 gentoo-0341fde249c60eda3043d586c18dbf2ecc5b8c37.zip |
dev-haskell/idiii: update homepage link
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/idiii/idiii-0.1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/idiii/idiii-0.1.3.3.ebuild b/dev-haskell/idiii/idiii-0.1.3.3.ebuild index 6333fdacaf2c..92147c2965b5 100644 --- a/dev-haskell/idiii/idiii-0.1.3.3.ebuild +++ b/dev-haskell/idiii/idiii-0.1.3.3.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=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="ID3v2 (tagging standard for MP3 files) library" -HOMEPAGE="http://hackage.haskell.org/package/idiii" +HOMEPAGE="https://hackage.haskell.org/package/idiii" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |