gplugin/gplugin

Use https websites.
develop
2017-06-09, Elliott Sales de Andrade
932cda2de491
Parents 06217d1664be
Children 40254f85f921
Use https websites.
--- a/meson.build Fri Jun 09 03:46:03 2017 -0400
+++ b/meson.build Fri Jun 09 04:01:25 2017 -0400
@@ -61,7 +61,7 @@
add_project_arguments(
'-DPREFIX="@0@"'.format(get_option('prefix')),
'-DLIBDIR="@0@"'.format(get_option('libdir')),
- '-DGPLUGIN_WEBSITE="http://bitbucket.org/gplugin/main"',
+ '-DGPLUGIN_WEBSITE="https://bitbucket.org/gplugin/main"',
language : 'c'
)
--- a/packaging/debian/copyright Fri Jun 09 03:46:03 2017 -0400
+++ b/packaging/debian/copyright Fri Jun 09 04:01:25 2017 -0400
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: gplugin
Upstream-Contact: grim@reaperworld.com
Source: https://bitbucket.org/gplugin/main
--- a/python/gplugin-python-loader.c Fri Jun 09 03:46:03 2017 -0400
+++ b/python/gplugin-python-loader.c Fri Jun 09 04:01:25 2017 -0400
@@ -329,7 +329,7 @@
}
/* setup sys.path according to
- * http://docs.python.org/3/c-api/init.html#PySys_SetArgvEx
+ * https://docs.python.org/3/c-api/init.html#PySys_SetArgvEx
*/
#if PY_VERSION_HEX < 0x03010300
PySys_SetArgv(1, argv);