diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 12:30:52 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-06 13:56:21 -0400 |
commit | 9f3c716f755b6e55565f4db6660a37272f61ddd2 (patch) | |
tree | c5283928a9abb4e75956bb550f62c0ad10879958 /dev-haskell/language-dot | |
parent | dev-haskell/testing-feat: update homepage link (diff) | |
download | gentoo-9f3c716f755b6e55565f4db6660a37272f61ddd2.tar.gz gentoo-9f3c716f755b6e55565f4db6660a37272f61ddd2.tar.bz2 gentoo-9f3c716f755b6e55565f4db6660a37272f61ddd2.zip |
dev-haskell/language-dot: 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/language-dot')
-rw-r--r-- | dev-haskell/language-dot/language-dot-0.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/language-dot/language-dot-0.1.0.ebuild b/dev-haskell/language-dot/language-dot-0.1.0.ebuild index 399fbcea3ac3..08754ec650be 100644 --- a/dev-haskell/language-dot/language-dot-0.1.0.ebuild +++ b/dev-haskell/language-dot/language-dot-0.1.0.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="A library for the analysis and creation of Graphviz DOT files" -HOMEPAGE="http://hackage.haskell.org/package/language-dot" +HOMEPAGE="https://hackage.haskell.org/package/language-dot" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |