sqlite,sqlar: add licenses
This commit is contained in:
parent
1d4de0d552
commit
a647d07f4c
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A tool that shows statistics about SQLite databases";
|
||||
downloadPage = http://sqlite.org/download.html;
|
||||
homepage = http://www.sqlite.org;
|
||||
license = licenses.publicDomain;
|
||||
maintainers = with maintainers; [ pesterhazy ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A self-contained, serverless, zero-configuration, transactional SQL database engine";
|
||||
downloadPage = http://sqlite.org/download.html;
|
||||
homepage = http://www.sqlite.org/;
|
||||
license = licenses.publicDomain;
|
||||
maintainers = with maintainers; [ eelco np ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user