Merge pull request #2020 from rgrinberg/rst-module

Add lang/rst module
This commit is contained in:
Henrik Lissner 2019-11-10 04:35:47 -05:00 committed by GitHub
commit ba01e7a4f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 0 deletions

View file

@ -58,3 +58,5 @@
(when (featurep! +hugo)
(package! ox-hugo
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)))
(when (featurep! :lang rst)
(package! ox-rst))