omnisharp-roslyn: add meta.homepage

This commit is contained in:
Markus Kowalewski 2020-05-24 15:09:15 +02:00
parent 69756add0d
commit 0476b979c4
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "OmniSharp based on roslyn workspaces";
homepage = "https://github.com/OmniSharp/omnisharp-roslyn";
platforms = platforms.linux;
license = licenses.mit;
maintainers = with maintainers; [ tesq0 ];