devilutionx: fix incorrect license (#366076)

This commit is contained in:
Ryan Hendrickson
2024-12-18 02:58:34 -05:00
committed by GitHub
+1 -1
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