Skip to content

Commit e8d4dfa

Browse files
committed
MAINT: use https links
1 parent 8db5705 commit e8d4dfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

condarecipe/larray/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ test:
3535
- pytest --pyargs larray
3636

3737
about:
38-
home: http://github.com/larray-project/larray
38+
home: https://github.com/larray-project/larray
3939
license: GPL-3.0-only
4040
license_family: GPL
4141
license_file: LICENSE
4242
summary: "N-dimensional labelled arrays in Python"
4343
description: |
4444
LArray is an open source Python library that aims to provide tools for
4545
easy exploration and manipulation of N-dimensional labelled data structures.
46-
doc_url: http://larray.readthedocs.io/
47-
dev_url: http://github.com/larray-project/larray
46+
doc_url: https://larray.readthedocs.io/
47+
dev_url: https://github.com/larray-project/larray
4848

4949
extra:
5050
recipe-maintainers:

0 commit comments

Comments
 (0)