From 3e2bc2e9593d5baba84199ed013381d9918cfd81 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Sat, 23 Nov 2024 07:27:07 -0800 Subject: [PATCH] vscode-extensions.mhutchie.git-graph: correct license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Versions ≤1.4.6 are licensed under the MIT License, but versions ≥1.5.0 have a derived unfree license that explicitly prohibits redistribution: > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to use, > copy, modify, merge, and to permit persons to whom the Software is > furnished to do so, subject to the following conditions: > > Permission is NOT GRANTED to publish, distribute, sublicense, and/or sell > derivative works of the Software. > > […] --- pkgs/applications/editors/vscode/extensions/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index c0d0b025aebd..9eed7895dc21 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -3165,7 +3165,7 @@ let hash = "sha256-sHeaMMr5hmQ0kAFZxxMiRk6f0mfjkg2XMnA4Gf+DHwA="; }; meta = { - license = lib.licenses.mit; + license = lib.licenses.unfree; }; };