ecwolf: Update meta.description

This change makes ecwolf.meta.description one of the ECWolf project’s
official descriptions more closely. The official description was taken
from the first sentence of this page [1] and tweaked to follow Nixpkgs’s
rules for meta.description values [2].

[1]: <https://maniacsvault.net/ecwolf>
[2]: pkgs/README.md
This commit is contained in:
Keenan Weaver
2026-05-08 08:15:47 -04:00
committed by Jason Yundt
parent 9dc15fabb7
commit ce324852cb
+1 -1
View File
@@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: {
];
meta = {
description = "Enhanched SDL-based port of Wolfenstein 3D for various platforms";
description = "Advanced source port for Wolfenstein 3D, Spear of Destiny, and Super 3D Noah's Ark";
mainProgram = "ecwolf";
homepage = "https://maniacsvault.net/ecwolf/";
license = lib.licenses.gpl2Plus;