Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

qoauth: add licenes

+2 -2
+2 -2
pkgs/development/libraries/qoauth/default.nix
··· 21 21 NIX_CFLAGS_COMPILE = [ "-I${qca2-qt5}/include/Qca-qt5/QtCrypto" ]; 22 22 NIX_LDFLAGS = [ "-lqca-qt5" ]; 23 23 24 - meta = { 24 + meta = with stdenv.lib; { 25 25 description = "Qt library for OAuth authentication"; 26 26 inherit (qt5.qtbase.meta) platforms; 27 - maintainers = [ ]; 27 + license = licenses.lgpl21; 28 28 }; 29 29 }