lol

treewide: fix double quoted strings in meta.description

+43 -43
+1 -1
pkgs/applications/audio/AMB-plugins/default.nix
··· 20 20 preInstall="mkdir -p $out/lib/ladspa"; 21 21 22 22 meta = { 23 - description = ''A set of ambisonics ladspa plugins''; 23 + description = "A set of ambisonics ladspa plugins"; 24 24 longDescription = '' 25 25 Mono and stereo to B-format panning, horizontal rotator, square, hexagon and cube decoders. 26 26 '';
+1 -1
pkgs/applications/audio/FIL-plugins/default.nix
··· 20 20 preInstall="mkdir -p $out/lib/ladspa"; 21 21 22 22 meta = { 23 - description = ''a four-band parametric equaliser, which has the nice property of being stable even while parameters are being changed''; 23 + description = "a four-band parametric equaliser, which has the nice property of being stable even while parameters are being changed"; 24 24 longDescription = '' 25 25 Each section has an active/bypass switch, frequency, bandwidth and gain controls. 26 26 There is also a global bypass switch and gain control.
+1 -1
pkgs/applications/audio/mi2ly/default.nix
··· 32 32 33 33 meta = { 34 34 inherit (s) version; 35 - description = ''MIDI to Lilypond converter''; 35 + description = "MIDI to Lilypond converter"; 36 36 license = stdenv.lib.licenses.gpl2Plus ; 37 37 maintainers = [stdenv.lib.maintainers.raskin]; 38 38 platforms = stdenv.lib.platforms.linux;
+1 -1
pkgs/applications/graphics/rapcad/default.nix
··· 28 28 license = licenses.gpl3; 29 29 maintainers = [ maintainers.raskin ]; 30 30 platforms = platforms.linux; 31 - description = ''Constructive solid geometry package''; 31 + description = "Constructive solid geometry package"; 32 32 broken = true; # 2018-04-11 33 33 }; 34 34 }
+1 -1
pkgs/applications/misc/slmenu/default.nix
··· 22 22 makeFlags = [ "PREFIX=$(out)" ]; 23 23 meta = { 24 24 inherit (s) version; 25 - description = ''A console dmenu-like tool''; 25 + description = "A console dmenu-like tool"; 26 26 license = lib.licenses.mit; 27 27 maintainers = [lib.maintainers.raskin]; 28 28 platforms = lib.platforms.linux;
+1 -1
pkgs/applications/misc/vifm/default.nix
··· 32 32 ''; 33 33 34 34 meta = with lib; { 35 - description = ''A vi-like file manager${if isFullPackage then "; Includes support for optional features" else ""}''; 35 + description = "A vi-like file manager${if isFullPackage then "; Includes support for optional features" else ""}"; 36 36 maintainers = with maintainers; [ raskin ]; 37 37 platforms = if mediaSupport then platforms.linux else platforms.unix; 38 38 license = licenses.gpl2;
+1 -1
pkgs/data/fonts/tempora-lgc/default.nix
··· 35 35 outputHash = "1kwj31cjgdirqvh6bxs4fnvvr1ppaz6z8w40kvhkivgs69jglmzw"; 36 36 37 37 meta = { 38 - description = ''Tempora font''; 38 + description = "Tempora font"; 39 39 license = lib.licenses.gpl2 ; 40 40 maintainers = [lib.maintainers.raskin]; 41 41 };
+1 -1
pkgs/data/fonts/unscii/default.nix
··· 45 45 46 46 meta = { 47 47 inherit version; 48 - description = ''Bitmapped character-art-friendly Unicode fonts''; 48 + description = "Bitmapped character-art-friendly Unicode fonts"; 49 49 # Basically GPL2+ with font exception — because of the Unifont-augmented 50 50 # version. The reduced version is public domain. 51 51 license = "http://unifoundry.com/LICENSE.txt";
+1 -1
pkgs/development/beam-modules/pc/default.nix
··· 6 6 sha256 = "0xq411ig5ny3iilkkkqa4vm3w3dgjc9cfzkqwk8pm13dw9mcm8h0"; 7 7 8 8 meta = { 9 - description = ''a rebar3 port compiler for native code''; 9 + description = "a rebar3 port compiler for native code"; 10 10 license = stdenv.lib.licenses.mit; 11 11 homepage = "https://github.com/blt/port_compiler"; 12 12 };
+1 -1
pkgs/development/compilers/abcl/default.nix
··· 30 30 buildInputs = [jre ant jdk jre]; 31 31 meta = { 32 32 inherit version; 33 - description = ''A JVM-based Common Lisp implementation''; 33 + description = "A JVM-based Common Lisp implementation"; 34 34 license = stdenv.lib.licenses.gpl3 ; 35 35 maintainers = [stdenv.lib.maintainers.raskin]; 36 36 platforms = stdenv.lib.platforms.linux;
+1 -1
pkgs/development/compilers/clasp/default.nix
··· 119 119 120 120 meta = { 121 121 inherit version; 122 - description = ''A Common Lisp implementation based on LLVM with C++ integration''; 122 + description = "A Common Lisp implementation based on LLVM with C++ integration"; 123 123 license = stdenv.lib.licenses.lgpl21Plus ; 124 124 maintainers = [stdenv.lib.maintainers.raskin]; 125 125 platforms = stdenv.lib.platforms.linux;
+1 -1
pkgs/development/compilers/obliv-c/default.nix
··· 34 34 35 35 meta = { 36 36 inherit version; 37 - description = ''A GCC wrapper that makes it easy to embed secure computation protocols inside regular C programs''; 37 + description = "A GCC wrapper that makes it easy to embed secure computation protocols inside regular C programs"; 38 38 license = stdenv.lib.licenses.bsd3; 39 39 maintainers = [stdenv.lib.maintainers.raskin]; 40 40 platforms = stdenv.lib.platforms.linux;
+1 -1
pkgs/development/interpreters/icon-lang/default.nix
··· 38 38 ''; 39 39 40 40 meta = with stdenv.lib; { 41 - description = ''A very high level general-purpose programming language''; 41 + description = "A very high level general-purpose programming language"; 42 42 maintainers = with maintainers; [ vrthra yurrriq ]; 43 43 platforms = with platforms; linux ++ darwin ++ freebsd ++ netbsd ++ openbsd ++ cygwin ++ illumos; 44 44 license = licenses.publicDomain;
+1 -1
pkgs/development/interpreters/rebol/default.nix
··· 34 34 ''; 35 35 36 36 meta = with stdenv.lib; { 37 - description = ''Relative expression based object language, a language where code is data''; 37 + description = "Relative expression based object language, a language where code is data"; 38 38 maintainers = with maintainers; [ vrthra ]; 39 39 platforms = [ "x86_64-linux" ]; 40 40 license = licenses.asl20;
+1 -1
pkgs/development/interpreters/unicon-lang/default.nix
··· 34 34 ''; 35 35 36 36 meta = with stdenv.lib; { 37 - description = ''A very high level, goal-directed, object-oriented, general purpose applications language''; 37 + description = "A very high level, goal-directed, object-oriented, general purpose applications language"; 38 38 maintainers = with maintainers; [ vrthra ]; 39 39 platforms = platforms.linux; 40 40 license = licenses.gpl2;
+1 -1
pkgs/development/libraries/arb/default.nix
··· 18 18 doCheck = true; 19 19 meta = with stdenv.lib; { 20 20 inherit version; 21 - description = ''A library for arbitrary-precision interval arithmetic''; 21 + description = "A library for arbitrary-precision interval arithmetic"; 22 22 homepage = "http://arblib.org/"; 23 23 license = stdenv.lib.licenses.lgpl21Plus; 24 24 maintainers = teams.sage.members;
+1 -1
pkgs/development/libraries/cddlib/default.nix
··· 24 24 doCheck = true; 25 25 meta = with stdenv.lib; { 26 26 inherit version; 27 - description = ''An implementation of the Double Description Method for generating all vertices of a convex polyhedron''; 27 + description = "An implementation of the Double Description Method for generating all vertices of a convex polyhedron"; 28 28 license = licenses.gpl2Plus; 29 29 maintainers = teams.sage.members; 30 30 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/dxflib/default.nix
··· 39 39 meta = { 40 40 maintainers = with stdenv.lib.maintainers; [raskin]; 41 41 platforms = stdenv.lib.platforms.linux; 42 - description = ''DXF file format library''; 42 + description = "DXF file format library"; 43 43 }; 44 44 }
+1 -1
pkgs/development/libraries/eclib/default.nix
··· 38 38 doCheck = true; 39 39 meta = with stdenv.lib; { 40 40 inherit version; 41 - description = ''Elliptic curve tools''; 41 + description = "Elliptic curve tools"; 42 42 homepage = "https://github.com/JohnCremona/eclib"; 43 43 license = licenses.gpl2Plus; 44 44 maintainers = teams.sage.members;
+1 -1
pkgs/development/libraries/fflas-ffpack/default.nix
··· 50 50 51 51 meta = with stdenv.lib; { 52 52 inherit version; 53 - description = ''Finite Field Linear Algebra Subroutines''; 53 + description = "Finite Field Linear Algebra Subroutines"; 54 54 license = licenses.lgpl21Plus; 55 55 maintainers = teams.sage.members; 56 56 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/flint/default.nix
··· 52 52 doCheck = true; 53 53 meta = { 54 54 inherit version; 55 - description = ''Fast Library for Number Theory''; 55 + description = "Fast Library for Number Theory"; 56 56 license = stdenv.lib.licenses.gpl2Plus; 57 57 maintainers = [stdenv.lib.maintainers.raskin]; 58 58 platforms = stdenv.lib.platforms.unix;
+1 -1
pkgs/development/libraries/fplll/20160331.nix
··· 14 14 buildInputs = [gmp mpfr]; 15 15 meta = { 16 16 inherit version; 17 - description = ''Lattice algorithms using floating-point arithmetic''; 17 + description = "Lattice algorithms using floating-point arithmetic"; 18 18 license = stdenv.lib.licenses.lgpl21Plus; 19 19 maintainers = [stdenv.lib.maintainers.raskin]; 20 20 platforms = stdenv.lib.platforms.linux;
+1 -1
pkgs/development/libraries/fplll/default.nix
··· 29 29 ]; 30 30 31 31 meta = with stdenv.lib; { 32 - description = ''Lattice algorithms using floating-point arithmetic''; 32 + description = "Lattice algorithms using floating-point arithmetic"; 33 33 changelog = [ 34 34 # Some release notes are added to the github tags, though they are not 35 35 # always complete.
+1 -1
pkgs/development/libraries/gf2x/default.nix
··· 29 29 ]; 30 30 31 31 meta = with lib; { 32 - description = ''Routines for fast arithmetic in GF(2)[x]''; 32 + description = "Routines for fast arithmetic in GF(2)[x]"; 33 33 homepage = "http://gf2x.gforge.inria.fr"; 34 34 license = licenses.gpl2Plus; 35 35 maintainers = teams.sage.members;
+1 -1
pkgs/development/libraries/givaro/3.7.nix
··· 10 10 buildInputs = [autoconf automake libtool gmpxx]; 11 11 meta = { 12 12 inherit version; 13 - description = ''A C++ library for arithmetic and algebraic computations''; 13 + description = "A C++ library for arithmetic and algebraic computations"; 14 14 license = stdenv.lib.licenses.cecill-b; 15 15 maintainers = [stdenv.lib.maintainers.raskin]; 16 16 platforms = stdenv.lib.platforms.linux;
+1 -1
pkgs/development/libraries/givaro/3.nix
··· 10 10 buildInputs = [autoconf automake libtool gmpxx]; 11 11 meta = { 12 12 inherit version; 13 - description = ''A C++ library for arithmetic and algebraic computations''; 13 + description = "A C++ library for arithmetic and algebraic computations"; 14 14 license = stdenv.lib.licenses.cecill-b; 15 15 maintainers = [stdenv.lib.maintainers.raskin]; 16 16 platforms = stdenv.lib.platforms.linux;
+1 -1
pkgs/development/libraries/givaro/default.nix
··· 37 37 38 38 meta = { 39 39 inherit version; 40 - description = ''A C++ library for arithmetic and algebraic computations''; 40 + description = "A C++ library for arithmetic and algebraic computations"; 41 41 license = stdenv.lib.licenses.cecill-b; 42 42 maintainers = [stdenv.lib.maintainers.raskin]; 43 43 platforms = stdenv.lib.platforms.unix;
+1 -1
pkgs/development/libraries/gle/default.nix
··· 10 10 sha256 = "09zs1di4dsssl9k322nzildvf41jwipbzhik9p43yb1bcfsp92nw"; 11 11 }; 12 12 meta = { 13 - description = ''Tubing and extrusion library''; 13 + description = "Tubing and extrusion library"; 14 14 license = stdenv.lib.licenses.gpl2 ; 15 15 maintainers = [stdenv.lib.maintainers.raskin]; 16 16 platforms = stdenv.lib.platforms.linux;
+1 -1
pkgs/development/libraries/qtinstaller/default.nix
··· 40 40 ''; 41 41 42 42 meta = { 43 - description = ''Qt installer framework''; 43 + description = "Qt installer framework"; 44 44 inherit (qtbase.meta) platforms license homepage; 45 45 }; 46 46 }
+1 -1
pkgs/development/libraries/tachyon/default.nix
··· 66 66 ''; 67 67 meta = { 68 68 inherit version; 69 - description = ''A Parallel / Multiprocessor Ray Tracing System''; 69 + description = "A Parallel / Multiprocessor Ray Tracing System"; 70 70 license = stdenv.lib.licenses.bsd3; 71 71 maintainers = [stdenv.lib.maintainers.raskin]; 72 72 platforms = with stdenv.lib.platforms; linux ++ cygwin ++ darwin;
+1 -1
pkgs/development/lisp-modules/asdf/2.26.nix
··· 33 33 ''; 34 34 meta = { 35 35 inherit (s) version; 36 - description = ''Standard software-system definition library for Common Lisp''; 36 + description = "Standard software-system definition library for Common Lisp"; 37 37 license = stdenv.lib.licenses.mit ; 38 38 maintainers = [stdenv.lib.maintainers.raskin]; 39 39 platforms = stdenv.lib.platforms.linux;
+1 -1
pkgs/development/lisp-modules/asdf/3.1.nix
··· 32 32 ''; 33 33 meta = { 34 34 inherit (s) version; 35 - description = ''Standard software-system definition library for Common Lisp''; 35 + description = "Standard software-system definition library for Common Lisp"; 36 36 license = stdenv.lib.licenses.mit ; 37 37 maintainers = [stdenv.lib.maintainers.raskin]; 38 38 platforms = stdenv.lib.platforms.unix;
+1 -1
pkgs/development/lisp-modules/asdf/default.nix
··· 33 33 ''; 34 34 meta = { 35 35 inherit (s) version; 36 - description = ''Standard software-system definition library for Common Lisp''; 36 + description = "Standard software-system definition library for Common Lisp"; 37 37 license = stdenv.lib.licenses.mit ; 38 38 maintainers = [stdenv.lib.maintainers.raskin]; 39 39 platforms = stdenv.lib.platforms.unix;
+1 -1
pkgs/development/lisp-modules/clwrapper/default.nix
··· 51 51 }; 52 52 53 53 meta = { 54 - description = ''Script used to wrap Common Lisp implementations''; 54 + description = "Script used to wrap Common Lisp implementations"; 55 55 maintainers = [stdenv.lib.maintainers.raskin]; 56 56 }; 57 57 }
+1 -1
pkgs/development/lisp-modules/lisp-packages.nix
··· 85 85 buildSystems = [ "clx-truetype" ]; 86 86 parasites = [ "clx-truetype-test" ]; 87 87 88 - description = ''clx-truetype is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension.''; 88 + description = "clx-truetype is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension."; 89 89 deps = with pkgs.lispPackages; [ 90 90 alexandria bordeaux-threads cl-aa cl-fad cl-paths cl-paths-ttf cl-store 91 91 cl-vectors clx trivial-features zpb-ttf
+1 -1
pkgs/development/perl-modules/Percona-Toolkit/default.nix
··· 24 24 ''; 25 25 26 26 meta = with lib; { 27 - description = ''Collection of advanced command-line tools to perform a variety of MySQL and system tasks.''; 27 + description = "Collection of advanced command-line tools to perform a variety of MySQL and system tasks."; 28 28 homepage = "https://www.percona.com/software/database-tools/percona-toolkit"; 29 29 license = with licenses; [ gpl2 ]; 30 30 maintainers = with maintainers; [ izorkin ];
+1 -1
pkgs/development/python-modules/spark_parser/default.nix
··· 18 18 propagatedBuildInputs = [ click ]; 19 19 20 20 meta = with lib; { 21 - description = ''An Early-Algorithm Context-free grammar Parser''; 21 + description = "An Early-Algorithm Context-free grammar Parser"; 22 22 homepage = "https://github.com/rocky/python-spark"; 23 23 license = licenses.mit; 24 24 maintainers = with maintainers; [raskin];
+1 -1
pkgs/os-specific/linux/sinit/default.nix
··· 27 27 ; 28 28 meta = { 29 29 inherit (s) version; 30 - description = ''A very minimal Linux init implementation from suckless.org''; 30 + description = "A very minimal Linux init implementation from suckless.org"; 31 31 license = stdenv.lib.licenses.mit ; 32 32 maintainers = [stdenv.lib.maintainers.raskin]; 33 33 platforms = stdenv.lib.platforms.linux;
+1 -1
pkgs/servers/http/nix-binary-cache/default.nix
··· 45 45 ''; 46 46 47 47 meta = { 48 - description = ''A set of scripts to serve the Nix store as a binary cache''; 48 + description = "A set of scripts to serve the Nix store as a binary cache"; 49 49 longDescription = '' 50 50 This package installs a CGI script that serves Nix store path in the 51 51 binary cache format. It also installs a launcher called
+1 -1
pkgs/servers/nosql/apache-jena/binary.nix
··· 26 26 ''; 27 27 meta = { 28 28 inherit (s) version; 29 - description = ''RDF database''; 29 + description = "RDF database"; 30 30 license = lib.licenses.asl20; 31 31 maintainers = [lib.maintainers.raskin]; 32 32 platforms = lib.platforms.linux;
+1 -1
pkgs/servers/nosql/apache-jena/fuseki-binary.nix
··· 30 30 ''; 31 31 meta = { 32 32 inherit (s) version; 33 - description = ''SPARQL server''; 33 + description = "SPARQL server"; 34 34 license = lib.licenses.asl20; 35 35 maintainers = [lib.maintainers.raskin]; 36 36 platforms = lib.platforms.linux;
+1 -1
pkgs/tools/X11/ratmen/default.nix
··· 24 24 ]; 25 25 meta = { 26 26 inherit (s) version; 27 - description = ''A minimalistic X11 menu creator''; 27 + description = "A minimalistic X11 menu creator"; 28 28 license = lib.licenses.free ; # 9menu derivative with 9menu license 29 29 maintainers = [lib.maintainers.raskin]; 30 30 platforms = lib.platforms.linux;
+1 -1
pkgs/tools/X11/skippy-xd/default.nix
··· 22 22 ''; 23 23 meta = { 24 24 inherit version; 25 - description = ''Expose-style compositing-based standalone window switcher''; 25 + description = "Expose-style compositing-based standalone window switcher"; 26 26 license = lib.licenses.gpl2Plus ; 27 27 maintainers = [lib.maintainers.raskin]; 28 28 platforms = lib.platforms.linux;