diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 01:27:09 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 01:39:39 +0200 |
commit | 89c94e697545c3333277194dfa862daede14a5e8 (patch) | |
tree | f06fbe2202bf9f9f6047ed380a190ae136dff526 /lacme-accountd | |
parent | e419eb68718085fa2e2505eb4b4aa08145f7dc1c (diff) |
Upgrade links to secure HTTP.
Diffstat (limited to 'lacme-accountd')
-rwxr-xr-x | lacme-accountd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lacme-accountd b/lacme-accountd index 89774c2..af64168 100755 --- a/lacme-accountd +++ b/lacme-accountd @@ -16,7 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. #---------------------------------------------------------------------- use v5.14.2; |