mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
vscode-extensions.mhutchie.git-graph: correct license
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.
>
> […]
(cherry picked from commit 3e2bc2e959)
This commit is contained in:
committed by
github-actions[bot]
parent
9fd612820d
commit
601d424fa4
@@ -2797,7 +2797,7 @@ let
|
||||
hash = "sha256-sHeaMMr5hmQ0kAFZxxMiRk6f0mfjkg2XMnA4Gf+DHwA=";
|
||||
};
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
license = lib.licenses.unfree;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user