]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/random/xoshiro/xoshiro-tests.factor
Switch to https urls
[factor.git] / extra / random / xoshiro / xoshiro-tests.factor
index 6a64197a5ebb970e4153d47b6cb4c6605609d7ed..3a290d7c5617987a429a3ba19550afc2ef4a3f1f 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2018 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: kernel math random.xoshiro tools.test ;
 IN: random.xoshiro.tests