mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
19.05.2022 32cb86d34b7c835b0f4d68a90e6f9b54b745c191
build.gradle: fix: http -> https:
2 files modified
6 ■■■■ changed files
README.adoc 2 ●●● patch | view | raw | blame | history
build.gradle 4 ●●●● patch | view | raw | blame | history
README.adoc
@@ -3,7 +3,7 @@
:toc:
:toclevels: 4
Copyright (C) 2018-2021
Copyright (C) 2018-2022
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
build.gradle
@@ -29,8 +29,8 @@
    repositories {
        jcenter()
        maven { url "http://repo.maven.apache.org/maven2" }
        maven { url "http://maven.ej-technologies.com/repository" }
        maven { url "https://repo.maven.apache.org/maven2" }
        maven { url "https://maven.ej-technologies.com/repository" }
    }
    dependencies {