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:
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
configureFlags = [ "--enable-x" "--with-x" "--with-readline" ];
|
||||
|
||||
meta = {
|
||||
description = "The Next Generation Spice (Electronic Circuit Simulator).";
|
||||
description = "The Next Generation Spice (Electronic Circuit Simulator)";
|
||||
homepage = "http://ngspice.sourceforge.net";
|
||||
license = ["BSD" "GPLv2"];
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
|
||||
Reference in New Issue
Block a user