Skip to content

Commit

Permalink
treewide: update meta.description to fit the guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
GetPsyched committed Jan 12, 2024
1 parent 0d6aa42 commit ae6e632
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pkgs/games/airshipper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ rustPlatform.buildRustPackage {
cargoTestFlags = [ "--package" "airshipper" ];

meta = with lib; {
description = "Provides automatic updates for the voxel RPG Veloren.";
description = "Provides automatic updates for the voxel RPG Veloren";
homepage = "https://www.veloren.net";
license = licenses.gpl3;
maintainers = with maintainers; [ yusdacra ];
Expand Down
11 changes: 5 additions & 6 deletions pkgs/games/black-hole-solver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ stdenv.mkDerivation rec {
pname = "black-hole-solver";
version = "1.12.0";

meta = with lib; {
homepage = "https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/";
description = "A solver for Solitaire variants Golf, Black Hole, and All in a Row.";
license = licenses.mit;
};

src = fetchurl {
url = "https://fc-solve.shlomifish.org/downloads/fc-solve/${pname}-${version}.tar.xz";
sha256 = "sha256-0y8yU291cykliPQbsNha5C1WE3bCGNxKtrrf5JBKN6c=";
Expand All @@ -27,4 +21,9 @@ stdenv.mkDerivation rec {
patchShebangs ./scripts
'';

meta = with lib; {
description = "A solver for Solitaire variants Golf, Black Hole, and All in a Row";
homepage = "https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/";
license = licenses.mit;
};
}
2 changes: 1 addition & 1 deletion pkgs/games/corsix-th/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
'';

meta = with lib; {
description = "A reimplementation of the 1997 Bullfrog business sim Theme Hospital.";
description = "A reimplementation of the 1997 Bullfrog business sim Theme Hospital";
homepage = "https://corsixth.com/";
license = licenses.mit;
maintainers = with maintainers; [ hughobrien ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/ddnet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
description = "A Teeworlds modification with a unique cooperative gameplay.";
description = "A Teeworlds modification with a unique cooperative gameplay";
longDescription = ''
DDraceNetwork (DDNet) is an actively maintained version of DDRace,
a Teeworlds modification with a unique cooperative gameplay.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/dwarf-fortress/twbt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stdenvNoCC.mkDerivation rec {
'';

meta = with lib; {
description = "A plugin for Dwarf Fortress / DFHack that improves various aspects the game interface.";
description = "A plugin for Dwarf Fortress / DFHack that improves various aspects the game interface";
maintainers = with maintainers; [ Baughn numinit ];
license = licenses.mit;
platforms = platforms.linux;
Expand Down
3 changes: 1 addition & 2 deletions pkgs/games/marble-marcher-ce/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ stdenv.mkDerivation rec {
];

meta = with lib; {
description = "A fractal physics game.";
longDescription = "A community-developed version of the original Marble Marcher - a fractal physics game.";
description = "A community-developed version of the original Marble Marcher - a fractal physics game";
homepage = "https://michaelmoroz.itch.io/mmce";
license = with licenses; [
gpl2Plus # Code
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/openra/build-engine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ buildDotnetModule rec {
'';

meta = with lib; {
description = "Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert. ${engine.build} version.";
description = "Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert. ${engine.build} version";
homepage = "https://www.openra.net/";
license = licenses.gpl3;
maintainers = with maintainers; [ mdarocha ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/pegasus-frontend/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
];

meta = with lib; {
description = "A cross platform, customizable graphical frontend for launching emulators and managing your game collection.";
description = "A cross platform, customizable graphical frontend for launching emulators and managing your game collection";
homepage = "https://pegasus-frontend.org/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ tengkuizdihar ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/theforceengine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
description = "Modern \"Jedi Engine\" replacement supporting Dark Forces, mods, and in the future Outlaws.";
description = "Modern \"Jedi Engine\" replacement supporting Dark Forces, mods, and in the future, Outlaws";
homepage = "https://theforceengine.github.io";
license = licenses.gpl2Only;
maintainers = with maintainers; [ devusb ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/uchess/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildGoModule rec {
'';

meta = with lib; {
description = "Play chess against UCI engines in your terminal.";
description = "Play chess against UCI engines in your terminal";
homepage = "https://tmountain.github.io/uchess/";
maintainers = with maintainers; [ tmountain ];
license = licenses.mit;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/xgalaga++/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
homepage = "https://marc.mongenet.ch/OSS/XGalaga/";
description = "XGalaga++ is a classic single screen vertical shoot ’em up. It is inspired by XGalaga and reuses most of its sprites.";
description = "XGalaga++ is a classic single screen vertical shoot ’em up. It is inspired by XGalaga and reuses most of its sprites";
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
Expand Down

0 comments on commit ae6e632

Please sign in to comment.