diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-18 09:30:43 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-23 10:47:00 -0400 |
commit | 037699f6a31d599da4814e4d720996f46d56aa97 (patch) | |
tree | 9d3f8a1df6e4644a17f7b1bc864d74d85191d724 /dev-haskell | |
parent | dev-haskell/asn1-data: fix HOMEPAGE (diff) | |
download | gentoo-037699f6a31d599da4814e4d720996f46d56aa97.tar.gz gentoo-037699f6a31d599da4814e4d720996f46d56aa97.tar.bz2 gentoo-037699f6a31d599da4814e4d720996f46d56aa97.zip |
dev-haskell/asn1-types: fix HOMEPAGE
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/asn1-types/asn1-types-0.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/asn1-types/asn1-types-0.2.3.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/asn1-types/asn1-types-0.3.0.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/asn1-types/asn1-types-0.3.2.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-haskell/asn1-types/asn1-types-0.2.0.ebuild b/dev-haskell/asn1-types/asn1-types-0.2.0.ebuild index 63cddf1805b0..1d4755fe01c4 100644 --- a/dev-haskell/asn1-types/asn1-types-0.2.0.ebuild +++ b/dev-haskell/asn1-types/asn1-types-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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="ASN.1 types" -HOMEPAGE="https://github.com/vincenthz/hs-asn1-types" +HOMEPAGE="https://github.com/vincenthz/hs-asn1/tree/master/types" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/asn1-types/asn1-types-0.2.3.ebuild b/dev-haskell/asn1-types/asn1-types-0.2.3.ebuild index d3cb7e34d900..f41fb9930df1 100644 --- a/dev-haskell/asn1-types/asn1-types-0.2.3.ebuild +++ b/dev-haskell/asn1-types/asn1-types-0.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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="ASN.1 types" -HOMEPAGE="https://github.com/vincenthz/hs-asn1-types" +HOMEPAGE="https://github.com/vincenthz/hs-asn1/tree/master/types" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/asn1-types/asn1-types-0.3.0.ebuild b/dev-haskell/asn1-types/asn1-types-0.3.0.ebuild index 403342387e47..ddf5116f6a6b 100644 --- a/dev-haskell/asn1-types/asn1-types-0.3.0.ebuild +++ b/dev-haskell/asn1-types/asn1-types-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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="ASN.1 types" -HOMEPAGE="https://github.com/vincenthz/hs-asn1-types" +HOMEPAGE="https://github.com/vincenthz/hs-asn1/tree/master/types" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/asn1-types/asn1-types-0.3.2.ebuild b/dev-haskell/asn1-types/asn1-types-0.3.2.ebuild index 1758774165a2..ba9aebbb1b0b 100644 --- a/dev-haskell/asn1-types/asn1-types-0.3.2.ebuild +++ b/dev-haskell/asn1-types/asn1-types-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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="ASN.1 types" -HOMEPAGE="https://github.com/vincenthz/hs-asn1-types" +HOMEPAGE="https://github.com/vincenthz/hs-asn1/tree/master/types" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" |