Skip to content

Commit

Permalink
devilutionx: fix incorrect license (#366076)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhendric authored Dec 18, 2024
2 parents fab89f8 + 7dfecaa commit b640d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/devilutionx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b640d38

Please sign in to comment.