aboutsummaryrefslogtreecommitdiff
path: root/asdf-standard
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-10-01 22:59:59 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-10-01 22:59:59 -0400
commit1f0724c46f734817e9d2a1217ae71610b5d77d1a (patch)
tree01e7b4dffb438c74efd685f40b1d23878bfd6690 /asdf-standard
parent97daa8c0b8e9bb79645e2b0d4b65f5c9c49e8f53 (diff)
downloadcbc-recipes-1f0724c46f734817e9d2a1217ae71610b5d77d1a.tar.gz
Fix http://github.com, should be https
Diffstat (limited to 'asdf-standard')
-rw-r--r--asdf-standard/asdf-standard.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/asdf-standard/asdf-standard.ini b/asdf-standard/asdf-standard.ini
index cd97145..0adb20b 100644
--- a/asdf-standard/asdf-standard.ini
+++ b/asdf-standard/asdf-standard.ini
@@ -3,14 +3,14 @@ name: asdf-standard
version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
[about]
-home: http://github.com/spacetelescope/${package:name}
+home: https://github.com/spacetelescope/${package:name}
license: BSD
summary: ${package:name}
[source]
#fn: ${package:name}-${package:version}.tar.gz
#url: ${cbc_cgi:url}/${fn}
-git_url: ${about:home}
+git_url: ${about:home}.git
#git_tag:
[build]
@@ -22,7 +22,7 @@ build:
jsonschema
pyyaml
mistune
- six [py27]
+ six [py27|py34]
setuptools
python