]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/compression/bzip3/ffi/ffi.factor
Switch to https urls
[factor.git] / extra / compression / bzip3 / ffi / ffi.factor
index d4a1704a7a25d54c9f178a8385013327706ff156..36cdb4e856f0633da4f066ef7849be7b58e066e1 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2022 Raghu Ranganathan.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 
 ! Makes use of Kamila Szewczyk's bzip3 library.
 ! See https://github.com/kspalaiologos/bzip3/blob/master/include/libbz3.h for the API specifics.