nimPackages.tkrzw: correct license metadata
https://git.sr.ht/~ehmry/nim-tkrzw/tree/20220922/item/src/tkrzw.nim#L1
This commit is contained in:
parent
3ceb1a0649
commit
4a48cc63b8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ buildNimPackage rec {
|
|||
meta = with lib;
|
||||
src.meta // {
|
||||
description = "Nim wrappers over some of the Tkrzw C++ library";
|
||||
license = lib.licenses.apsl20;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ ehmry ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue