treewide: remove periods from end of package descriptions

This commit is contained in:
Ben Siraphob
2020-10-17 08:22:31 -07:00
committed by Jon
parent ea04f84829
commit 683a87dbeb
281 changed files with 345 additions and 340 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
buildInputs = [ SDL SDL_image SDL_mixer SDL_net SDL_ttf libpng librsvg libxml2 ];
meta = with stdenv.lib; {
description = "A library of code shared between tuxmath and tuxtype.";
description = "A library of code shared between tuxmath and tuxtype";
homepage = "https://github.com/tux4kids/t4kcommon";
license = licenses.gpl3Plus;
maintainers = [ maintainers.aanderse ];