Skip to content

Commit 7c8cc45

Browse files
committed
Fix CI: AutoLifter depends on unfree
1 parent ecacc0c commit 7c8cc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/AutoLifter/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
6060
meta = with lib; {
6161
description = "Artifact for TOPLAS24: Decomposition-Based Synthesis for Applying D&C-Like Algorithmic Paradigms";
6262
homepage = "https://github.com/jiry17/AutoLifter";
63-
license = licenses.mit;
63+
license = licenses.unfreeRedistributable;
6464
platforms = ["x86_64-linux"];
6565
};
6666
}

0 commit comments

Comments
 (0)