diff options
Diffstat (limited to 'app-text/pandoc/pandoc-1.18.ebuild')
-rw-r--r-- | app-text/pandoc/pandoc-1.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pandoc/pandoc-1.18.ebuild b/app-text/pandoc/pandoc-1.18.ebuild index 2c98454468a6..a617c37202e0 100644 --- a/app-text/pandoc/pandoc-1.18.ebuild +++ b/app-text/pandoc/pandoc-1.18.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="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Conversion between markup formats" -HOMEPAGE="http://pandoc.org" +HOMEPAGE="https://pandoc.org" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" |