summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/dotnet-packages.nix
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-06-29 16:20:58 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-06-29 16:20:58 +0200
commit512225ef8156ae5610b65f1b7f42a8d649b0853f (patch)
tree809356b34a4077fbb21e78094156911219fb149a /pkgs/top-level/dotnet-packages.nix
parentaefa3a30f0ae8dad13051c981200f286edac3ebe (diff)
Fixed some descriptions
Diffstat (limited to 'pkgs/top-level/dotnet-packages.nix')
-rw-r--r--pkgs/top-level/dotnet-packages.nix17
1 files changed, 11 insertions, 6 deletions
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;