···113113 cargoTestFlags = [ "--package" "airshipper" ];
114114115115 meta = with lib; {
116116- description = "Provides automatic updates for the voxel RPG Veloren.";
116116+ description = "Provides automatic updates for the voxel RPG Veloren";
117117 homepage = "https://www.veloren.net";
118118 license = licenses.gpl3;
119119 maintainers = with maintainers; [ yusdacra ];
+5-6
pkgs/games/black-hole-solver/default.nix
···88 pname = "black-hole-solver";
99 version = "1.12.0";
10101111- meta = with lib; {
1212- homepage = "https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/";
1313- description = "A solver for Solitaire variants Golf, Black Hole, and All in a Row.";
1414- license = licenses.mit;
1515- };
1616-1711 src = fetchurl {
1812 url = "https://fc-solve.shlomifish.org/downloads/fc-solve/${pname}-${version}.tar.xz";
1913 sha256 = "sha256-0y8yU291cykliPQbsNha5C1WE3bCGNxKtrrf5JBKN6c=";
···2721 patchShebangs ./scripts
2822 '';
29232424+ meta = with lib; {
2525+ description = "A solver for Solitaire variants Golf, Black Hole, and All in a Row";
2626+ homepage = "https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/";
2727+ license = licenses.mit;
2828+ };
3029}
+1-1
pkgs/games/corsix-th/default.nix
···3535 '';
36363737 meta = with lib; {
3838- description = "A reimplementation of the 1997 Bullfrog business sim Theme Hospital.";
3838+ description = "A reimplementation of the 1997 Bullfrog business sim Theme Hospital";
3939 homepage = "https://corsixth.com/";
4040 license = licenses.mit;
4141 maintainers = with maintainers; [ hughobrien ];
+1-1
pkgs/games/ddnet/default.nix
···114114 '';
115115116116 meta = with lib; {
117117- description = "A Teeworlds modification with a unique cooperative gameplay.";
117117+ description = "A Teeworlds modification with a unique cooperative gameplay";
118118 longDescription = ''
119119 DDraceNetwork (DDNet) is an actively maintained version of DDRace,
120120 a Teeworlds modification with a unique cooperative gameplay.
+1-1
pkgs/games/dwarf-fortress/twbt/default.nix
···7676 '';
77777878 meta = with lib; {
7979- description = "A plugin for Dwarf Fortress / DFHack that improves various aspects the game interface.";
7979+ description = "A plugin for Dwarf Fortress / DFHack that improves various aspects the game interface";
8080 maintainers = with maintainers; [ Baughn numinit ];
8181 license = licenses.mit;
8282 platforms = platforms.linux;
+1-2
pkgs/games/marble-marcher-ce/default.nix
···5454 ];
55555656 meta = with lib; {
5757- description = "A fractal physics game.";
5858- longDescription = "A community-developed version of the original Marble Marcher - a fractal physics game.";
5757+ description = "A community-developed version of the original Marble Marcher - a fractal physics game";
5958 homepage = "https://michaelmoroz.itch.io/mmce";
6059 license = with licenses; [
6160 gpl2Plus # Code
+1-1
pkgs/games/openra/build-engine.nix
···7272 '';
73737474 meta = with lib; {
7575- description = "Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert. ${engine.build} version.";
7575+ description = "Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert. ${engine.build} version";
7676 homepage = "https://www.openra.net/";
7777 license = licenses.gpl3;
7878 maintainers = with maintainers; [ mdarocha ];
+1-1
pkgs/games/pegasus-frontend/default.nix
···4242 ];
43434444 meta = with lib; {
4545- description = "A cross platform, customizable graphical frontend for launching emulators and managing your game collection.";
4545+ description = "A cross platform, customizable graphical frontend for launching emulators and managing your game collection";
4646 homepage = "https://pegasus-frontend.org/";
4747 license = licenses.gpl3Plus;
4848 maintainers = with maintainers; [ tengkuizdihar ];
+1-1
pkgs/games/theforceengine/default.nix
···4343 '';
44444545 meta = with lib; {
4646- description = "Modern \"Jedi Engine\" replacement supporting Dark Forces, mods, and in the future Outlaws.";
4646+ description = "Modern \"Jedi Engine\" replacement supporting Dark Forces, mods, and in the future, Outlaws";
4747 homepage = "https://theforceengine.github.io";
4848 license = licenses.gpl2Only;
4949 maintainers = with maintainers; [ devusb ];
+1-1
pkgs/games/uchess/default.nix
···2424 '';
25252626 meta = with lib; {
2727- description = "Play chess against UCI engines in your terminal.";
2727+ description = "Play chess against UCI engines in your terminal";
2828 homepage = "https://tmountain.github.io/uchess/";
2929 maintainers = with maintainers; [ tmountain ];
3030 license = licenses.mit;
+1-1
pkgs/games/xgalaga++/default.nix
···30303131 meta = with lib; {
3232 homepage = "https://marc.mongenet.ch/OSS/XGalaga/";
3333- description = "XGalaga++ is a classic single screen vertical shoot ’em up. It is inspired by XGalaga and reuses most of its sprites.";
3333+ description = "XGalaga++ is a classic single screen vertical shoot ’em up. It is inspired by XGalaga and reuses most of its sprites";
3434 license = licenses.gpl2Plus;
3535 platforms = platforms.linux;
3636 };