nimPackages.tkrzw: correct license metadata

https://git.sr.ht/~ehmry/nim-tkrzw/tree/20220922/item/src/tkrzw.nim#L1
This commit is contained in:
iliana etaoin 2023-06-28 03:15:58 +00:00
parent 3ceb1a0649
commit 4a48cc63b8

View file

@ -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 ];
};
}