neovim-qt: Add homepage

This commit is contained in:
Kevin Cox
2020-08-31 07:19:40 -04:00
committed by GitHub
parent 8a4c91e300
commit 599089ed1d

View File

@@ -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;