libtiger: add license meta
This commit is contained in:
parent
cc6e59e5d1
commit
e2f10b5a74
|
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://code.google.com/archive/p/libtiger/;
|
homepage = https://code.google.com/archive/p/libtiger/;
|
||||||
description = "A rendering library for Kate streams using Pango and Cairo";
|
description = "A rendering library for Kate streams using Pango and Cairo";
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
license = lib.licenses.lgpl21Plus;
|
||||||
maintainers = with lib.maintainers; [ matthewbauer ];
|
maintainers = with lib.maintainers; [ matthewbauer ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue