]> git.notmuchmail.org Git - notmuch/blobdiff - devel/nmbug/notmuch-report
debian: drop patches
[notmuch] / devel / nmbug / notmuch-report
index a9c2a6ec5bf4267f6a16c9ab030409c6bad3c3e3..18a0bc70c6aaebe0abe97ad04a9692ee0d846b0d 100755 (executable)
@@ -1,10 +1,9 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2011-2012 David Bremner <david@tethera.net>
 #
 # dependencies
-#       - python 2.6 for json
-#       - argparse; either python 2.7, or install separately
+#       - python3 or python2.7
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -415,7 +414,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: