summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorKevin Cox <kevincox@kevincox.ca>2020-08-31 07:19:40 -0400
committerGitHub <noreply@github.com>2020-08-31 07:19:40 -0400
commit599089ed1ddf1ec5cf784a28026798b446fa4d5a (patch)
treed7f99d8ef520da181b002e4283b8c03d3f22b66a /pkgs/applications/editors/neovim
parent8a4c91e300346ed4fa49abd6ede036dadc6f9849 (diff)
neovim-qt: Add homepage
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/qt.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/neovim/qt.nix b/pkgs/applications/editors/neovim/qt.nix
index 8fe93d37c7e8..b04c575dded7 100644
--- a/pkgs/applications/editors/neovim/qt.nix
+++ b/pkgs/applications/editors/neovim/qt.nix
@@ -38,6 +38,7 @@ let
meta = with stdenv.lib; {
description = "Neovim client library and GUI, in Qt5";
+ homepage = "https://github.com/equalsraf/neovim-qt";
license = licenses.isc;
maintainers = with maintainers; [ peterhoeg ];
inherit (neovim.meta) platforms;