Welcome to little lamb

Code » anopa » commit ef89b32

Update official URL to https

author Olivier Brunel
2016-09-16 20:54:29 UTC
committer Olivier Brunel
2016-09-20 09:56:38 UTC
parent 58ef904e17edc2c150c49919a9bf9a4fcf67389d

Update official URL to https

README.md +2 -2
doc/footer.pod +1 -1
src/libanopa/die_version.c +1 -1
src/scripts/aa-shutdown +1 -1

diff --git a/README.md b/README.md
index e7047c8..0b29fcd 100644
--- a/README.md
+++ b/README.md
@@ -30,11 +30,11 @@ anopa (COPYING). If not, see http://www.gnu.org/licenses/
 
 Some useful links if you're looking for more info:
 
-- [official site](http://jjacky.com/anopa "anopa @ jjacky.com")
+- [official site](https://jjacky.com/anopa "anopa @ jjacky.com")
 
 - [source code & issue tracker](https://github.com/jjk-jacky/anopa "anopa @ GitHub.com")
 
-- [origin story](http://jjacky.com/2015-04-10-has-arch-lost-its-way "Has Arch lost its Way? @ jjacky.com")
+- [origin story](https://jjacky.com/2015-04-10-has-arch-lost-its-way "Has Arch lost its Way? @ jjacky.com")
 
 - [PKGBUILD in AUR](https://aur.archlinux.org/packages/anopa "AUR: anopa")
 
diff --git a/doc/footer.pod b/doc/footer.pod
index b178101..bcbc4ab 100644
--- a/doc/footer.pod
+++ b/doc/footer.pod
@@ -9,7 +9,7 @@ They're probably crawling somewhere in there... if you happen to catch one,
 You can find the latest source code of B<anopa> as well as report bugs and/or
 suggest features on its GitHub repository, available at
 L<https://github.com/jjk-jacky/anopa>; or visit its official website at
-L<http://jjacky.com/anopa>
+L<https://jjacky.com/anopa>
 
 =head1 AUTHOR
 
diff --git a/src/libanopa/die_version.c b/src/libanopa/die_version.c
index da9475f..7313bc1 100644
--- a/src/libanopa/die_version.c
+++ b/src/libanopa/die_version.c
@@ -33,7 +33,7 @@ aa_die_version (void)
     aa_bs_noflush (AA_OUT, PROG);
     aa_bs_noflush (AA_OUT, " v" ANOPA_VERSION "\n");
     aa_bs_flush (AA_OUT,
-            "Copyright (C) 2015-2016 Olivier Brunel - http://jjacky.com/anopa\n"
+            "Copyright (C) 2015-2016 Olivier Brunel - https://jjacky.com/anopa\n"
             "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
             "This is free software: you are free to change and redistribute it.\n"
             "There is NO WARRANTY, to the extent permitted by law.\n"
diff --git a/src/scripts/aa-shutdown b/src/scripts/aa-shutdown
index 8a1ea77..278e3b0 100644
--- a/src/scripts/aa-shutdown
+++ b/src/scripts/aa-shutdown
@@ -36,7 +36,7 @@ EOF
 dieversion() {
     cat << EOF
 aa-shutdown v@VERSION@
-Copyright (C) 2015 Olivier Brunel - http://jjacky.com/anopa
+Copyright (C) 2015 Olivier Brunel - https://jjacky.com/anopa
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.