forked from mirrors/nixpkgs
licenses: add stk
This commit is contained in:
parent
2526f22723
commit
f3301f6789
|
@ -703,6 +703,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
|
|||
free = false;
|
||||
};
|
||||
|
||||
stk = {
|
||||
shortName = "stk";
|
||||
fullName = "Synthesis Tool Kit 4.3";
|
||||
url = https://github.com/thestk/stk/blob/master/LICENSE;
|
||||
};
|
||||
|
||||
tcltk = spdx {
|
||||
spdxId = "TCL";
|
||||
fullName = "TCL/TK License";
|
||||
|
|
Loading…
Reference in a new issue