More description fixes
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "ion-3-20090110";
|
||||
meta = {
|
||||
description = "Ion is a tiling tabbed window manager designed with keyboard users in mind.";
|
||||
description = "Tiling tabbed window manager designed with keyboard users in mind";
|
||||
homepage = http://modeemi.fi/~tuomov/ion;
|
||||
};
|
||||
src = fetchurl {
|
||||
|
||||
@@ -53,7 +53,7 @@ rec {
|
||||
|
||||
name = "${pkgName}-" + version;
|
||||
meta = {
|
||||
description = "Common Lisp-based ratpoison-like window manager.";
|
||||
description = "Common Lisp-based ratpoison-like window manager";
|
||||
maintainers = [args.lib.maintainers.raskin];
|
||||
platforms = with args.lib.platforms;
|
||||
linux ++ freebsd;
|
||||
|
||||
@@ -29,7 +29,7 @@ args: with args; stdenv.mkDerivation {
|
||||
cp cmd/wmiimenu \$out/bin
|
||||
";
|
||||
meta = { homepage = "www.suckless.org";
|
||||
description = "one small tool of the wmii window manger to let the user select an item from a list by filtering..";
|
||||
description = "One small tool of the wmii window manger to let the user select an item from a list by filtering";
|
||||
license="MIT";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user