tools/magit: remove +hub check around magithub package

This commit is contained in:
Henrik Lissner 2018-06-01 13:40:22 +02:00
parent 002f514b22
commit c5df4e7d2f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -3,7 +3,6 @@
(when (package! magit)
(package! magit-gitflow)
(when (featurep! +hub)
(package! magithub))
(package! magithub)
(when (featurep! :feature evil +everywhere)
(package! evil-magit)))