Remove all dots at end of descriptions

Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
This commit is contained in:
zimbatm
2016-02-27 17:30:29 +00:00
parent 158ff99ae4
commit 17348dc094
52 changed files with 294 additions and 294 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ EOF
'';
meta = {
description = "A game in which you build and maintain factories.";
description = "A game in which you build and maintain factories";
longDescription = ''
Factorio is a game in which you build and maintain factories.
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = https://github.com/Sude-/lgogdownloader;
description = "Unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOGDownloader.";
description = "Unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOGDownloader";
license = stdenv.lib.licenses.wtfpl;
platforms = stdenv.lib.platforms.linux;
};
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "Pioneer is a space adventure game set in the Milky Way galaxy at the turn of the 31st century.";
description = "Pioneer is a space adventure game set in the Milky Way galaxy at the turn of the 31st century";
homepage = "http://pioneerspacesim.net";
license = with licenses; [
gpl3 cc-by-sa-30
+1 -1
View File
@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://zandronum.com/;
description = "multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software. Binary version for online play.";
description = "multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software. Binary version for online play";
maintainers = [ stdenv.lib.maintainers.lassulus ];
# Binary version has different version string than source code version.
license = stdenv.lib.licenses.unfreeRedistributable;
+1 -1
View File
@@ -53,7 +53,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = http://zandronum.com/;
description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software.";
description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
maintainers = with maintainers; [ lassulus ];
platforms = platforms.linux;
license = licenses.bsdOriginal;