ja2-stracciatella: use license module

This commit is contained in:
jopejoe1
2025-09-03 22:56:32 +02:00
parent 66702e3f99
commit f2d0f216f8

View File

@@ -104,7 +104,11 @@ stdenv.mkDerivation rec {
# Fails to build on x86_64-linux as of 2025-03-16 and potentially earlier
broken = true;
description = "Jagged Alliance 2, with community fixes";
license = "SFI Source Code license agreement";
license = {
fullName = "Strategy First Inc. Source Code License Agreement";
url = "https://github.com/ja2-stracciatella/ja2-stracciatella/blob/master/SFI%20Source%20Code%20license%20agreement.txt";
free = false;
};
homepage = "https://ja2-stracciatella.github.io/";
maintainers = [ ];
};