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:
Austin Horstman
2026-04-09 22:47:18 +00:00
committed by Gaétan Lepage
parent 989b3633d9
commit 1e05ad24e0
+2
View File
@@ -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 ];