]> git.cworth.org Git - notmuch/blobdiff - devel/nmbug/notmuch-report
use #!/usr/bin/env python consistently
[notmuch] / devel / nmbug / notmuch-report
index a9c2a6ec5bf4267f6a16c9ab030409c6bad3c3e3..eaceb2ce47123941aecaca2c888e5b855232d4b5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 # Copyright (c) 2011-2012 David Bremner <david@tethera.net>
 #
@@ -415,7 +415,7 @@ _PAGES['html'] = HtmlPage(
     header=header_template.format(**context),
     footer=footer_template.format(**context),
     message_url_template=config['meta'].get(
-        'message-url', 'http://mid.gmane.org/{message-id}'),
+        'message-url', 'https://mid.gmane.org/{message-id}'),
     )
 
 if args.list_views: