sqlite,sqlar: add licenses

This commit is contained in:
Markus Kowalewski
2018-08-11 14:32:05 +02:00
parent 1d4de0d552
commit a647d07f4c
3 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://sqlite.org/sqlar;
description = "SQLite Archive utilities";
license = licenses.bsd2;
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill ];
};