Punctuation and capitalisation.

+6 -10
+1 -5
pkgs/applications/audio/pd-plugins/cyclone/default.nix
··· 11 11 12 12 buildInputs = [ puredata ]; 13 13 14 - /*unpackPhase = ''*/ 15 - /*unzip $src*/ 16 - /*'';*/ 17 - 18 14 patchPhase = '' 19 15 for file in `grep -r -l g_canvas.h` 20 16 do ··· 32 28 ''; 33 29 34 30 meta = { 35 - description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments."; 31 + description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments"; 36 32 homepage = http://puredata.info/downloads/cyclone; 37 33 license = stdenv.lib.licenses.tcltk; 38 34 maintainers = [ stdenv.lib.maintainers.magnetophon ];
+1 -1
pkgs/applications/audio/pd-plugins/helmholtz/default.nix
··· 33 33 ''; 34 34 35 35 meta = { 36 - description = "time domain pitch tracker for Pure Data"; 36 + description = "Time domain pitch tracker for Pure Data"; 37 37 homepage = http://www.katjaas.nl/helmholtz/helmholtz.html; 38 38 license = stdenv.lib.licenses.bsd3; 39 39 maintainers = [ stdenv.lib.maintainers.magnetophon ];
+1 -1
pkgs/applications/audio/pd-plugins/maxlib/default.nix
··· 24 24 ''; 25 25 26 26 meta = { 27 - description = "A library of non-tilde externals for puredata, by Miller Puckette."; 27 + description = "A library of non-tilde externals for puredata, by Miller Puckette"; 28 28 homepage = http://puredata.info/downloads/maxlib; 29 29 license = stdenv.lib.licenses.gpl2; 30 30 maintainers = [ stdenv.lib.maintainers.magnetophon ];
+1 -1
pkgs/applications/audio/pd-plugins/mrpeach/default.nix
··· 51 51 ''; 52 52 53 53 meta = { 54 - description = "A collection of Pd objectclasses for OSC-messages."; 54 + description = "A collection of Pd objectclasses for OSC-messages"; 55 55 homepage = http://puredata.info/downloads/osc; 56 56 license = stdenv.lib.licenses.gpl2; 57 57 maintainers = [ stdenv.lib.maintainers.magnetophon ];
+1 -1
pkgs/applications/audio/pd-plugins/puremapping/default.nix
··· 21 21 ''; 22 22 23 23 meta = { 24 - description = "Set of externals to facilitate the use of sensors within Pure Data and to create complex relations between input and output of a dynamic system."; 24 + description = "Set of externals to facilitate the use of sensors within Pure Data and to create complex relations between input and output of a dynamic system"; 25 25 homepage = http://www.chnry.net/ch/?090-Pure-Mapping&lang=en; 26 26 license = stdenv.lib.licenses.gpl1; 27 27 maintainers = [ stdenv.lib.maintainers.magnetophon ];
+1 -1
pkgs/applications/audio/pd-plugins/zexy/default.nix
··· 27 27 ''; 28 28 29 29 meta = { 30 - description = "the swiss army knife for puredata"; 30 + description = "The swiss army knife for puredata"; 31 31 homepage = http://puredata.info/downloads/zexy; 32 32 license = stdenv.lib.licenses.gpl2; 33 33 maintainers = [ stdenv.lib.maintainers.magnetophon ];