summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBrendan Tildesley <[email protected]>2020-08-16 17:03:15 +1000
committerLeo Famulari <[email protected]>2020-08-23 21:00:23 -0400
commit29f61501f309a719be91a47fd43872437435cd1a (patch)
tree794e06f8bdd762268e7a4bdac3ff28ee7e6cb33b /gnu
parent7afbaefea0888d0bf083051d46da88e347573838 (diff)
gnu: ebook.scm: Remove duplicate module import.
Signed-off-by: Leo Famulari <[email protected]>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ebook.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index d290b19f5f..aab4155d3d 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2015, 2016 Andreas Enge <[email protected]>
;;; Copyright © 2016, 2018 Efraim Flashner <[email protected]>
;;; Copyright © 2016, 2017 Alex Griffin <[email protected]>
-;;; Copyright © 2017, 2019 Brendan Tildesley <[email protected]>
+;;; Copyright © 2017, 2019, 2020 Brendan Tildesley <[email protected]>
;;; Copyright © 2017 Roel Janssen <[email protected]>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2020 Marius Bakke <[email protected]>
@@ -28,7 +28,6 @@
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module (guix build-system gnu)
- #:use-module (gnu packages)
#:use-module (guix build-system python)
#:use-module (gnu packages)
#:use-module (gnu packages compression)