From ce324852cb123f7f16ded1ef610f4c55d4da1711 Mon Sep 17 00:00:00 2001 From: Keenan Weaver Date: Fri, 8 May 2026 08:05:38 -0400 Subject: [PATCH] ecwolf: Update meta.description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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]: [2]: pkgs/README.md --- pkgs/by-name/ec/ecwolf/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ec/ecwolf/package.nix b/pkgs/by-name/ec/ecwolf/package.nix index 35c8da61602a..ee0f4b64ea1b 100644 --- a/pkgs/by-name/ec/ecwolf/package.nix +++ b/pkgs/by-name/ec/ecwolf/package.nix @@ -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;