diff options
| author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 09:45:20 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 11:50:57 +0100 |
| commit | 2e2f5cc380c13d5889ced49f6a8a2aaabcd1931d (patch) | |
| tree | dd1a43f055baf5818de09dd8815383b93505a592 /dev-python/matplotlib/matplotlib-9999.ebuild | |
| parent | ed08103f664cd7392cda627b72f51e35f820847c (diff) | |
| download | gentoo-2e2f5cc380c13d5889ced49f6a8a2aaabcd1931d.tar.gz gentoo-2e2f5cc380c13d5889ced49f6a8a2aaabcd1931d.tar.bz2 gentoo-2e2f5cc380c13d5889ced49f6a8a2aaabcd1931d.zip | |
dev-python/matplotlib: use HTTPS
Diffstat (limited to 'dev-python/matplotlib/matplotlib-9999.ebuild')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild index 0591f9c414de..47834984e715 100644 --- a/dev-python/matplotlib/matplotlib-9999.ebuild +++ b/dev-python/matplotlib/matplotlib-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 eutils flag-o-matic git-r3 multiprocessing virtualx toolchain-funcs DESCRIPTION="Pure python plotting library with matlab like syntax" -HOMEPAGE="http://matplotlib.org/" +HOMEPAGE="https://matplotlib.org/" SRC_URI="" EGIT_REPO_URI="https://github.com/matplotlib/matplotlib.git" |
