devilutionx: fix incorrect license

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues 2024-12-18 03:00:25 -03:00
parent 600b0e250a
commit 7dfecaaf1c
No known key found for this signature in database
GPG Key ID: CC3AE2EA00000000

View File

@ -137,7 +137,7 @@ stdenv.mkDerivation rec {
description = "Diablo build for modern operating systems";
mainProgram = "devilutionx";
longDescription = "In order to play this game a copy of diabdat.mpq is required. Place a copy of diabdat.mpq in ~/.local/share/diasurgical/devilution before executing the game.";
license = licenses.unlicense;
license = licenses.sustainableUse;
maintainers = with maintainers; [
karolchmist
aanderse