summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjosef radinger <cheese@nosuchhost.net>2019-08-06 20:43:33 +0200
committerjaseg <githubaccount@jaseg.net>2019-11-10 16:40:32 +0100
commita83e59dc25ba5430f7f79376d7c0f432ce27a6fe (patch)
tree5da22f98ee1a7cc62fe801cc5c2ab77865267f89
parent9beb9dbfc5d70afe09c53a72b86492e5e7dbc489 (diff)
downloadlolcat-a83e59dc25ba5430f7f79376d7c0f432ce27a6fe.tar.gz
lolcat-a83e59dc25ba5430f7f79376d7c0f432ce27a6fe.tar.bz2
lolcat-a83e59dc25ba5430f7f79376d7c0f432ce27a6fe.zip
https instead of http
-rw-r--r--lolcat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lolcat.c b/lolcat.c
index 0c4e921..c300845 100644
--- a/lolcat.c
+++ b/lolcat.c
@@ -47,9 +47,9 @@ static char helpstr[] = "\n"
" lolcat Copy standard input to standard output.\n"
" fortune | lolcat Display a rainbow cookie.\n"
"\n"
- "Report lolcat bugs to <http://www.github.com/jaseg/lolcat/issues>\n"
- "lolcat home page: <http://www.github.com/jaseg/lolcat/>\n"
- "Original idea: <http://www.github.com/busyloop/lolcat/>\n";
+ "Report lolcat bugs to <https://github.com/jaseg/lolcat/issues>\n"
+ "lolcat home page: <https://github.com/jaseg/lolcat/>\n"
+ "Original idea: <https://github.com/busyloop/lolcat/>\n";
#define ARRAY_SIZE(foo) (sizeof(foo) / sizeof(foo[0]))
const unsigned char codes[] = { 39, 38, 44, 43, 49, 48, 84, 83, 119, 118, 154, 148, 184, 178, 214, 208, 209, 203, 204, 198, 199, 163, 164, 128, 129, 93, 99, 63, 69, 33 };