treewide: update meta.description to fit the guidelines

This commit is contained in:
GetPsyched 2024-01-12 21:37:33 +05:30
parent 0d6aa42a34
commit ae6e632dcf
No known key found for this signature in database
11 changed files with 15 additions and 17 deletions

View File

@ -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 ];

View File

@ -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=";
@ -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;
};
}

View File

@ -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 ];

View File

@ -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.

View File

@ -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;

View File

@ -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

View File

@ -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 ];

View File

@ -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 ];

View File

@ -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 ];

View File

@ -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;

View File

@ -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;
};