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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;