about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorPete Maynard <pgm987@gmail.com>2016-07-21 11:49:52 +0100
committerPete Maynard <pgm987@gmail.com>2016-07-21 11:49:52 +0100
commit14c8f53f855f669ad8658e452693745092890a39 (patch)
treef23693dd8da7c15beb08597f33963af8e3e7e369 /src/main.c
parentfeb50ea41174af94d67332cd9baf95506e1483a7 (diff)
downloadprofani-tty-14c8f53f855f669ad8658e452693745092890a39.tar.gz
Updated GPL URL
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b15293d0..0b1597bb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -91,7 +91,7 @@ main(int argc, char **argv)
         }
 
         g_print("Copyright (C) 2012 - 2016 James Booth <%s>.\n", PACKAGE_BUGREPORT);
-        g_print("License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n");
+        g_print("License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>\n");
         g_print("\n");
         g_print("This is free software; you are free to change and redistribute it.\n");
         g_print("There is NO WARRANTY, to the extent permitted by law.\n");