From 512225ef8156ae5610b65f1b7f42a8d649b0853f Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Mon, 29 Jun 2015 16:20:58 +0200 Subject: Fixed some descriptions --- pkgs/top-level/dotnet-packages.nix | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'pkgs/top-level/dotnet-packages.nix') diff --git a/pkgs/top-level/dotnet-packages.nix b/pkgs/top-level/dotnet-packages.nix index 21b42d1273ba..bef3f9c0a01b 100644 --- a/pkgs/top-level/dotnet-packages.nix +++ b/pkgs/top-level/dotnet-packages.nix @@ -280,8 +280,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; { outputFiles = [ "FSharp.AutoComplete/bin/Release/*" ]; meta = { - description = "This project provides a command-line interface to the FSharp.Compiler.Service project. It is intended to be used as a backend service for rich editing or 'intellisense' features for editors."; - homepage = "https://github.com/fsharp/FSharp.AutoComplete"; + description = "An interface to the FSharp.Compiler.Service project"; + longDescription = '' + This project provides a command-line interface to the + FSharp.Compiler.Service project. It is intended to be used as a backend + service for rich editing or 'intellisense' features for editors. + ''; + homepage = https://github.com/fsharp/FSharp.AutoComplete; license = stdenv.lib.licenses.asl20; maintainers = with stdenv.lib.maintainers; [ obadz ]; platforms = with stdenv.lib.platforms; linux; @@ -498,8 +503,8 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; { dontStrip = true; meta = { - description = "NDesk.Options is a callback-based program option parser for C#."; - homepage = "http://www.ndesk.org/Options"; + description = "A callback-based program option parser for C#"; + homepage = http://www.ndesk.org/Options; license = stdenv.lib.licenses.mit; maintainers = with stdenv.lib.maintainers; [ obadz ]; platforms = with stdenv.lib.platforms; linux; @@ -677,8 +682,8 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; { outputFiles = [ "bin/net40/*" ]; meta = { - description = "A declarative CLI argument/XML configuration parser for F# applications."; - homepage = "http://nessos.github.io/UnionArgParser/"; + description = "A declarative CLI argument/XML configuration parser for F# applications"; + homepage = http://nessos.github.io/UnionArgParser/; license = stdenv.lib.licenses.mit; maintainers = with stdenv.lib.maintainers; [ obadz ]; platforms = with stdenv.lib.platforms; linux; -- cgit 1.4.1