Switch from http to https by default
authorMichael Prokop <mika@grml.org>
Tue, 9 Jun 2020 19:58:32 +0000 (21:58 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 9 Jun 2020 19:58:32 +0000 (21:58 +0200)
grml-paste
grml-paste.1.txt

index 33cfd29..2f57d96 100755 (executable)
@@ -12,7 +12,7 @@ import inspect
 import getpass
 
 # program defaults
-DEFAULT_SERVER = "http://paste.grml.org/server.pl"
+DEFAULT_SERVER = "https://paste.grml.org/server.pl"
 
 
 class ActionFailedException(Exception):
index 9026164..c9bd9ff 100644 (file)
@@ -12,7 +12,7 @@ grml-paste [options] ACTION <args>
 Description
 -----------
 
-grml-paste is a command line interface for uploading plain text to http://paste.grml.org/
+grml-paste is a command line interface for uploading plain text to https://paste.grml.org/
 
 Options
 -------
@@ -93,7 +93,7 @@ Upload error and warning messages of X.org log as hidden entry.
 
 Bugs
 ----
-Please report feedback, link:http://grml.org/bugs/[bugreports] and wishes link:http://grml.org/contact/[to the grml team].
+Please report feedback, link:https://grml.org/bugs/[bugreports] and wishes link:https://grml.org/contact/[to the grml team].
 
 Authors
 -------