aesfix: set licenses

source: $src.aesfix/LICENSE
This commit is contained in:
jopejoe1
2026-05-04 11:44:07 +02:00
parent ba81fb35d7
commit 1765eca5a3
+1
View File
@@ -24,5 +24,6 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "aesfix";
homepage = "https://citp.princeton.edu/our-work/memory/";
maintainers = with lib.maintainers; [ fedx-sudo ];
license = lib.licenses.bsd3;
};
})