Merge pull request #708 from mattly-cambia/develop

Look for the correct feature name for org+rest
This commit is contained in:
Henrik Lissner 2018-06-21 02:08:02 +02:00 committed by GitHub
commit 0354edc3a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
(package! ob-go))
(when (featurep! :lang rust)
(package! ob-rust))
(when (featurep! :lang restclient)
(when (featurep! :lang rest)
(package! ob-restclient))
(when (featurep! :lang crystal)
(package! ob-crystal))