etlegacy: add meta.longDescription

This commit is contained in:
Pol Dellaiera 2023-08-20 23:43:18 +02:00
parent d998c261cc
commit bc586df93d
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -124,6 +124,11 @@ in
homepage = "https://etlegacy.com";
platforms = ["i686-linux" "x86_64-linux"];
license = [licenses.gpl3 licenses.cc-by-nc-sa-30];
longDescription = ''
ET: Legacy, an open source project fully compatible client and server
for the popular online FPS game Wolfenstein: Enemy Territory - whose
gameplay is still considered unmatched by many, despite its great age.
'';
mainProgram = "etl";
maintainers = with maintainers; [ashleyghooper drupol];
};