Skip to content

Commit

Permalink
Update URLs to HTTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecop committed Apr 18, 2021
1 parent f0441f5 commit a216acb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assert-chicken.scm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;;
;;; Unit test framework for Scheme R5RS, SRFI-12 extension (e.g. Chicken)
;;; Copyright (c) 2015, Peter Kofler, http://www.code-cop.org/
;;; Copyright (c) 2015, Peter Kofler, https://www.code-cop.org/
;;; BSD licensed.
;;;
(include "assert-r5rs.scm")
Expand Down
3 changes: 1 addition & 2 deletions assert-r5rs.scm
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
;;;
;;; Unit test framework for Scheme R5RS.
;;; Copyright (c) 2015, Peter Kofler, http://www.code-cop.org/
;;; Copyright (c) 2015, Peter Kofler, https://www.code-cop.org/
;;; BSD licensed.
;;;
;;; Non R5RS used functions
;;; * error from SRFI 23, available in Gambit, Chicken.
;;;

;; SchemeUnit from http://c2.com/cgi/wiki?SchemeUnit
;; @formatter:align_list_of_strings:False

(define (fail msg)
Expand Down
2 changes: 1 addition & 1 deletion assert.scm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;;
;;; Unit test framework for Scheme R5RS, Gambit extension.
;;; Copyright (c) 2015, Peter Kofler, http://www.code-cop.org/
;;; Copyright (c) 2015, Peter Kofler, https://www.code-cop.org/
;;; BSD licensed.
;;;
(include "assert-r5rs.scm")
Expand Down

0 comments on commit a216acb

Please sign in to comment.