Fix spacing and bump version.
This commit is contained in:
parent
6947dd37b3
commit
6915cc0e21
2 changed files with 7 additions and 6 deletions
|
@ -178,11 +178,12 @@
|
||||||
soonexps)
|
soonexps)
|
||||||
",")))))
|
",")))))
|
||||||
(mlcheck-lst
|
(mlcheck-lst
|
||||||
|
(cons ""
|
||||||
(string-split
|
(string-split
|
||||||
(with-output-to-string
|
(with-output-to-string
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(print-mailing-list-checks mb mls)))
|
(print-mailing-list-checks mb mls)))
|
||||||
"\n"))
|
"\n")))
|
||||||
(debtors (sort
|
(debtors (sort
|
||||||
(members-to-notify mb 1)
|
(members-to-notify mb 1)
|
||||||
brmember<?))
|
brmember<?))
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
(chicken format))
|
(chicken format))
|
||||||
|
|
||||||
;; Short banner
|
;; Short banner
|
||||||
(define banner-line "HackerBase 1.16-dev (c) 2023 Brmlab, z.s.")
|
(define banner-line "HackerBase 1.16 (c) 2023 Brmlab, z.s.")
|
||||||
|
|
||||||
;; Banner source with numbers for ANSI CSI SGR
|
;; Banner source with numbers for ANSI CSI SGR
|
||||||
(define banner-source "
|
(define banner-source "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue