Skip to content
Snippets Groups Projects
Commit bd64bca1 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[conda-forge] Update update_feedstock.py - update license.

parent 0cf94807
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ def main(package, direct_push=False):
doc = re.sub(r'\s+home\:.*',
'\n home: https://www.idiap.ch/software/bob/',
doc, count=1)
doc = doc.replace('Modified BSD License (3-clause)', 'BSD 3-Clause')
if package == 'bob':
requrl = 'https://gitlab.idiap.ch/bob/bob/raw/master/requirements.txt'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment