mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
plugins/rest: add temporary docs URL workaround
Keep an explicit plugin URL until the upstream package homepage metadata is fixed again.
This commit is contained in:
committed by
Gaétan Lepage
parent
989b3633d9
commit
1e05ad24e0
@@ -8,6 +8,8 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||
moduleName = "rest-nvim";
|
||||
package = "rest-nvim";
|
||||
description = "A very fast, powerful, extensible and asynchronous Neovim HTTP client.";
|
||||
# TODO: Remove this once the upstream package homepage metadata is fixed.
|
||||
url = "https://github.com/rest-nvim/rest.nvim";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user