X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fsha1.c;h=b7dea1c2a577f4277455eaa0cfe9d2096aaab7c9;hb=c2e74662bbbbf9be1fde0ae416dc2664ba3da3cd;hp=94060d577233a4602b37a70b2343404c5dc28da3;hpb=f92342cb76fa3e1fa2f1c2e727f8ddf1a5c21b7d;p=notmuch 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; } -