We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecacc0c commit 7c8cc45Copy full SHA for 7c8cc45
pkgs/AutoLifter/default.nix
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
60
meta = with lib; {
61
description = "Artifact for TOPLAS24: Decomposition-Based Synthesis for Applying D&C-Like Algorithmic Paradigms";
62
homepage = "https://github.com/jiry17/AutoLifter";
63
- license = licenses.mit;
+ license = licenses.unfreeRedistributable;
64
platforms = ["x86_64-linux"];
65
};
66
}
0 commit comments