msg-cli/msg/hconfig.scm

24 lines
283 B
Scheme
Raw Normal View History

2023-11-20 09:05:07 -07:00
(define-module
(msg hconfig)
#:use-module
(srfi srfi-26)
#:export
(%version
%author
%license
%copyright
%gettext-domain
G_
N_
init-nls
init-locale))
(define %version "0.1")
(define %author "Chad Nelson")
(define %license 'gpl3+)
(define %copyright '(2023))