X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/f5db7ad7d243785c274a99734c681e69d13313d0..44cfa90bdc4d814217b05fdc36f1595c9b54d729:/lib/sha1.c diff --git a/lib/sha1.c b/lib/sha1.c index 94060d57..b7dea1c2 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -13,7 +13,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/ . * * Author: Carl Worth */ @@ -112,4 +112,3 @@ _notmuch_sha1_of_file (const char *filename) return result; } -