diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-04-29 04:35:30 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-05-03 20:59:20 -0300 |
| commit | c20a5eb80520a11cb697a45b0d9553c68e2199c8 (patch) | |
| tree | f3a23bba49b4a5234d92a7783518e468a7bf1781 /lib/string-map.c | |
| parent | 4ac23c5978ff963c18a012b6b230b26f9ef98c43 (diff) | |
move more http -> https
Correct URLs that have crept into the notmuch codebase with http://
when https:// is possible.
As part of this conversion, this changeset also indicates the current
preferred upstream URLs for both gmime and sup. the new URLs are
https-enabled, the old ones are not.
This also fixes T310-emacs.sh, thanks to Bremner for catching it.
Diffstat (limited to 'lib/string-map.c')
| -rw-r--r-- | lib/string-map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/string-map.c b/lib/string-map.c index 5aac8bcc..ad818207 100644 --- a/lib/string-map.c +++ b/lib/string-map.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/ . + * along with this program. If not, see https://www.gnu.org/licenses/ . * * Author: David Bremner <david@tethera.net> */ |
