Fixed some licenses

This commit is contained in:
Pascal Wittmann
2015-06-10 13:00:11 +02:00
parent a1144c5b45
commit 62d62b6588
18 changed files with 60 additions and 60 deletions

View File

@@ -20,9 +20,9 @@ stdenv.mkDerivation rec {
cp jars/*.jar $out/share/java
'';
meta = {
meta = with stdenv.lib; {
homepage = http://jdbc.postgresql.org/;
description = "JDBC driver for PostgreSQL allowing Java programs to connect to a PostgreSQL database";
license = "bsd";
license = licenses.bsd3;
};
}

View File

@@ -12,9 +12,9 @@ stdenv.mkDerivation rec {
configureFlags = "--with-iodbc=${libiodbc}";
meta = {
meta = with stdenv.lib; {
homepage = http://psqlodbc.projects.postgresql.org/;
description = "ODBC driver for PostgreSQL";
license = "LGPL";
license = licenses.lgpl2;
};
}