diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-06-06 22:12:49 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-07 13:39:56 -0400 |
commit | b9ca884ae83e3162389d90120f518045d7a033ae (patch) | |
tree | 71ff2e959412a48db7e3f10d70529c3321312303 /dev-haskell/diff | |
parent | dev-haskell/monadcatchio-transformers: update homepage link (diff) | |
download | gentoo-b9ca884ae83e3162389d90120f518045d7a033ae.tar.gz gentoo-b9ca884ae83e3162389d90120f518045d7a033ae.tar.bz2 gentoo-b9ca884ae83e3162389d90120f518045d7a033ae.zip |
dev-haskell/diff: 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/diff')
-rw-r--r-- | dev-haskell/diff/diff-0.3.0.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/diff/diff-0.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/diff/diff-0.3.4.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-haskell/diff/diff-0.3.0.ebuild b/dev-haskell/diff/diff-0.3.0.ebuild index 0d54cbe28333..a3115e10dcb9 100644 --- a/dev-haskell/diff/diff-0.3.0.ebuild +++ b/dev-haskell/diff/diff-0.3.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=5 @@ -12,7 +12,7 @@ MY_PN="Diff" MY_P="${MY_PN}-${PV}" DESCRIPTION="O(ND) diff algorithm in haskell" -HOMEPAGE="http://hackage.haskell.org/package/Diff" +HOMEPAGE="https://hackage.haskell.org/package/Diff" SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/diff/diff-0.3.2.ebuild b/dev-haskell/diff/diff-0.3.2.ebuild index bed514b4d4b6..107588e43fb5 100644 --- a/dev-haskell/diff/diff-0.3.2.ebuild +++ b/dev-haskell/diff/diff-0.3.2.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 @@ -12,7 +12,7 @@ MY_PN="Diff" MY_P="${MY_PN}-${PV}" DESCRIPTION="O(ND) diff algorithm in haskell" -HOMEPAGE="http://hackage.haskell.org/package/Diff" +HOMEPAGE="https://hackage.haskell.org/package/Diff" SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/diff/diff-0.3.4.ebuild b/dev-haskell/diff/diff-0.3.4.ebuild index ecc1cf1a3e95..de095aa87eff 100644 --- a/dev-haskell/diff/diff-0.3.4.ebuild +++ b/dev-haskell/diff/diff-0.3.4.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 @@ -12,7 +12,7 @@ MY_PN="Diff" MY_P="${MY_PN}-${PV}" DESCRIPTION="O(ND) diff algorithm in haskell" -HOMEPAGE="http://hackage.haskell.org/package/Diff" +HOMEPAGE="https://hackage.haskell.org/package/Diff" SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" |