We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e380c4 commit 9b938f3Copy full SHA for 9b938f3
1 file changed
ansible/roles/dataqs/tasks/main.yml
@@ -22,7 +22,7 @@
22
- urllib3[secure]
23
24
- name: install dataqs python package
25
- pip: virtualenv={{virtualenv_dir}}/{{app_name}} name=git+https://github.com/dorukozturk/dataqs.git#egg=dataqs
+ pip: virtualenv={{virtualenv_dir}}/{{app_name}} name=git+https://github.com/OpenGeoscience/dataqs.git#egg=dataqs
26
environment:
27
CPLUS_INCLUDE_PATH: "/usr/include/gdal"
28
C_INCLUDE_PATH: "/usr/include/gdal"
0 commit comments