diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-07-25 17:06:26 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-07-25 17:06:26 +0200 |
commit | edd3aa48118f82b1c23dd52d82256a07a098452f (patch) | |
tree | 41143d074be7c11605597bbb6261e25a217f0ab7 | |
parent | 2bec5923f54dc8fc0d280a27a6860304eb67a5ef (diff) |
remove unnecessary comment
-rw-r--r-- | pandoc.scm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -; Configure it for my needs (define-module (pandoc) #:use-module (guix packages) #:use-module (guix build-system gnu) |