Skip to content

Commit

Permalink
use https more
Browse files Browse the repository at this point in the history
  • Loading branch information
devosb committed Dec 11, 2023
1 parent b35e6df commit 6a67b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/psfgenftml.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/python3
__doc__ = '''generate ftml tests from glyph_data.csv and UFO'''
__url__ = 'http://github.com/silnrsi/pysilfont'
__url__ = 'https://github.com/silnrsi/pysilfont'
__copyright__ = 'Copyright (c) 2018-2022 SIL International (https://www.sil.org)'
__license__ = 'Released under the MIT License (http://opensource.org/licenses/MIT)'
__license__ = 'Released under the MIT License (https://opensource.org/licenses/MIT)'
__author__ = 'Bob Hallissy'

import re
Expand Down

0 comments on commit 6a67b38

Please sign in to comment.