summaryrefslogtreecommitdiff
path: root/utils.scm
diff options
context:
space:
mode:
Diffstat (limited to 'utils.scm')
-rw-r--r--utils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils.scm b/utils.scm
index d249e86..1e4a7cd 100644
--- a/utils.scm
+++ b/utils.scm
@@ -1,5 +1,5 @@
;;; The Inevitable Game
-;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2018, 2021 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This program is free software: you can redistribute it and/or
;;; modify it under the terms of the GNU General Public License as
@@ -16,7 +16,7 @@
;;; <http://www.gnu.org/licenses/>.
(define-module (utils)
- #:use-module (chickadee render font)
+ #:use-module (chickadee graphics font)
#:use-module (srfi srfi-1)
#:use-module (ice-9 match)
#:use-module (config)