Skip to content

Commit

Permalink
Switch from http to https by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Jun 9, 2020
1 parent 508d788 commit 5a3c1c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grml-paste
Expand Up @@ -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):
Expand Down
4 changes: 2 additions & 2 deletions grml-paste.1.txt
Expand Up @@ -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
-------
Expand Down Expand Up @@ -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
-------
Expand Down

0 comments on commit 5a3c1c2

Please sign in to comment.