Skip to content

Commit e1145fd

Browse files
committed
Remove unfree mark, can't handle escape list correctly
1 parent 6aa33c9 commit e1145fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/claude-code/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ buildNpmPackage (finalAttrs: {
4747
description = "Agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster";
4848
homepage = "https://github.com/anthropics/claude-code";
4949
downloadPage = "https://www.npmjs.com/package/@anthropic-ai/claude-code";
50-
license = lib.licenses.unfree;
50+
# TODO: license = lib.licenses.unfree;
5151
maintainers = with lib.maintainers; [
5252
malo
5353
markus1189

0 commit comments

Comments
 (0)