diff --git a/gitlab/update_feedstock.py b/gitlab/update_feedstock.py index cbdfdac1cbedc386539ebe6be899f4b09290f208..bb52b81be8dfe2834c3edd2da0613fcc2ad969d4 100755 --- a/gitlab/update_feedstock.py +++ b/gitlab/update_feedstock.py @@ -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'