treewide: remove periods from end of package descriptions

+11 -11
+1 -2
pkgs/development/compilers/flutter/flutter.nix
··· 110 allowSubstitutes = false; 111 passthru = { unwrapped = flutter; }; 112 meta = with stdenv.lib; { 113 - description = 114 - "Flutter is Google's SDK for building mobile, web and desktop with Dart."; 115 longDescription = '' 116 Flutter is Google’s UI toolkit for building beautiful, 117 natively compiled applications for mobile, web, and desktop from a single codebase.
··· 110 allowSubstitutes = false; 111 passthru = { unwrapped = flutter; }; 112 meta = with stdenv.lib; { 113 + description = "Flutter is Google's SDK for building mobile, web and desktop with Dart"; 114 longDescription = '' 115 Flutter is Google’s UI toolkit for building beautiful, 116 natively compiled applications for mobile, web, and desktop from a single codebase.
+2 -1
pkgs/development/libraries/libfishsound/default.nix
··· 14 15 meta = with stdenv.lib; { 16 homepage = "https://xiph.org/fishsound/"; 17 - description = ''libfishsound by itself is designed to handle raw codec streams from a lower level layer such as UDP datagrams. When these codecs are used in files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files. 18 19 libfishsound is a wrapper around the existing codec libraries and provides a consistent, higher-level programming interface. It has been designed for use in a wide variety of applications; it has no direct dependencies on Ogg encapsulation, though it is most commonly used in conjunction with liboggz to decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg Theora and Annodex. 20
··· 14 15 meta = with stdenv.lib; { 16 homepage = "https://xiph.org/fishsound/"; 17 + description = "A simple programming interface for decoding and encoding audio data using Xiph.org codecs (FLAC, Speex and Vorbis)"; 18 + longDescription = ''libfishsound by itself is designed to handle raw codec streams from a lower level layer such as UDP datagrams. When these codecs are used in files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files. 19 20 libfishsound is a wrapper around the existing codec libraries and provides a consistent, higher-level programming interface. It has been designed for use in a wide variety of applications; it has no direct dependencies on Ogg encapsulation, though it is most commonly used in conjunction with liboggz to decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg Theora and Annodex. 21
+1 -1
pkgs/development/python-modules/yamale/default.nix
··· 30 ]; 31 32 meta = with lib; { 33 - description = "A schema and validator for YAML."; 34 homepage = "https://github.com/23andMe/Yamale"; 35 license = licenses.mit; 36 maintainers = with maintainers; [ rtburns-jpl ];
··· 30 ]; 31 32 meta = with lib; { 33 + description = "A schema and validator for YAML"; 34 homepage = "https://github.com/23andMe/Yamale"; 35 license = licenses.mit; 36 maintainers = with maintainers; [ rtburns-jpl ];
+1 -1
pkgs/development/tools/database/ephemeralpg/default.nix
··· 13 wrapProgram $out/bin/pg_tmp --prefix PATH : ${stdenv.lib.makeBinPath [ postgresql getopt ]} 14 ''; 15 meta = with stdenv.lib; { 16 - description = ''Run tests on an isolated, temporary PostgreSQL database.''; 17 license = licenses.isc; 18 homepage = "http://ephemeralpg.org/"; 19 platforms = platforms.all;
··· 13 wrapProgram $out/bin/pg_tmp --prefix PATH : ${stdenv.lib.makeBinPath [ postgresql getopt ]} 14 ''; 15 meta = with stdenv.lib; { 16 + description = "Run tests on an isolated, temporary PostgreSQL database"; 17 license = licenses.isc; 18 homepage = "http://ephemeralpg.org/"; 19 platforms = platforms.all;
+1 -1
pkgs/games/pro-office-calculator/default.nix
··· 15 nativeBuildInputs = [ cmake ]; 16 17 meta = with stdenv.lib; { 18 - description = "Just an ordinary calculator. Nothing to see here..."; 19 homepage = "https://proofficecalculator.com/"; 20 maintainers = [ maintainers.pmiddend ]; 21 platforms = platforms.linux;
··· 15 nativeBuildInputs = [ cmake ]; 16 17 meta = with stdenv.lib; { 18 + description = "A completely normal office calculator"; 19 homepage = "https://proofficecalculator.com/"; 20 maintainers = [ maintainers.pmiddend ]; 21 platforms = platforms.linux;
+1 -1
pkgs/games/tes3cmd/default.nix
··· 19 ''; 20 21 meta = with lib; { 22 - description = "A command line tool for examining and modifying plugins for the Elder Scrolls game Morrowind by Bethesda Softworks."; 23 homepage = "https://github.com/john-moonsugar/tes3cmd"; 24 license = licenses.mit; 25 maintainers = [ maintainers.marius851000 ];
··· 19 ''; 20 21 meta = with lib; { 22 + description = "A command line tool for examining and modifying plugins for the Elder Scrolls game Morrowind by Bethesda Softworks"; 23 homepage = "https://github.com/john-moonsugar/tes3cmd"; 24 license = licenses.mit; 25 maintainers = [ maintainers.marius851000 ];
+1 -1
pkgs/tools/admin/chamber/default.nix
··· 20 21 meta = with lib; { 22 description = 23 - "Chamber is a tool for managing secrets by storing them in AWS SSM Parameter Store."; 24 homepage = "https://github.com/segmentio/chamber"; 25 license = licenses.mit; 26 maintainers = with maintainers; [ kalekseev ];
··· 20 21 meta = with lib; { 22 description = 23 + "A tool for managing secrets by storing them in AWS SSM Parameter Store"; 24 homepage = "https://github.com/segmentio/chamber"; 25 license = licenses.mit; 26 maintainers = with maintainers; [ kalekseev ];
+1 -2
pkgs/tools/system/snooze/default.nix
··· 11 makeFlags = [ "DESTDIR=$(out)" "PREFIX=/" ]; 12 13 meta = with stdenv.lib; { 14 - description = 15 - "Tool for waiting until a particular time and then running a command."; 16 maintainers = with maintainers; [ kaction ]; 17 license = licenses.cc0; 18 platforms = platforms.linux;
··· 11 makeFlags = [ "DESTDIR=$(out)" "PREFIX=/" ]; 12 13 meta = with stdenv.lib; { 14 + description = "Tool for waiting until a particular time and then running a command"; 15 maintainers = with maintainers; [ kaction ]; 16 license = licenses.cc0; 17 platforms = platforms.linux;
+2 -1
pkgs/tools/system/thinkfan/default.nix
··· 35 ''; 36 37 meta = with stdenv.lib; { 38 - description = "A minimalist fan control program. Originally designed 39 specifically for IBM/Lenovo Thinkpads, it now supports any kind of system via 40 the sysfs hwmon interface (/sys/class/hwmon)."; 41 license = licenses.gpl3;
··· 35 ''; 36 37 meta = with stdenv.lib; { 38 + description = "A minimalist fan control program"; 39 + longDescription = "A minimalist fan control program. Originally designed 40 specifically for IBM/Lenovo Thinkpads, it now supports any kind of system via 41 the sysfs hwmon interface (/sys/class/hwmon)."; 42 license = licenses.gpl3;