diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-08-17 18:55:33 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-18 18:05:45 +0100 |
commit | 43a11860c02da8161fffa11c18dcf7aaf5c333e2 (patch) | |
tree | 31e6e97096b09fe3d6528efb680ce5356638034c /dev-haskell/ipynb | |
parent | dev-haskell/stringbuilder: update homepage (diff) | |
download | gentoo-43a11860c02da8161fffa11c18dcf7aaf5c333e2.tar.gz gentoo-43a11860c02da8161fffa11c18dcf7aaf5c333e2.tar.bz2 gentoo-43a11860c02da8161fffa11c18dcf7aaf5c333e2.zip |
dev-haskell/ipynb: update homepage
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/ipynb')
-rw-r--r-- | dev-haskell/ipynb/ipynb-0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/ipynb/ipynb-0.1.ebuild b/dev-haskell/ipynb/ipynb-0.1.ebuild index f72cfdac7f60..06638f5e9ff0 100644 --- a/dev-haskell/ipynb/ipynb-0.1.ebuild +++ b/dev-haskell/ipynb/ipynb-0.1.ebuild @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Data structure for working with Jupyter notebooks (ipynb)" -HOMEPAGE="http://hackage.haskell.org/package/ipynb" +HOMEPAGE="https://hackage.haskell.org/package/ipynb" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |