sqlite,sqlar: add licenses

This commit is contained in:
Markus Kowalewski 2018-08-11 14:32:05 +02:00
parent 1d4de0d552
commit a647d07f4c
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
description = "A tool that shows statistics about SQLite databases"; description = "A tool that shows statistics about SQLite databases";
downloadPage = http://sqlite.org/download.html; downloadPage = http://sqlite.org/download.html;
homepage = http://www.sqlite.org; homepage = http://www.sqlite.org;
license = licenses.publicDomain;
maintainers = with maintainers; [ pesterhazy ]; maintainers = with maintainers; [ pesterhazy ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
description = "A self-contained, serverless, zero-configuration, transactional SQL database engine"; description = "A self-contained, serverless, zero-configuration, transactional SQL database engine";
downloadPage = http://sqlite.org/download.html; downloadPage = http://sqlite.org/download.html;
homepage = http://www.sqlite.org/; homepage = http://www.sqlite.org/;
license = licenses.publicDomain;
maintainers = with maintainers; [ eelco np ]; maintainers = with maintainers; [ eelco np ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

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