forked from mirrors/nixpkgs
psqlodbc: update meta.homepage
This commit is contained in:
parent
13419bf372
commit
25faf53f18
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||||
configureFlags = [ "--with-iodbc=${libiodbc}" ];
|
configureFlags = [ "--with-iodbc=${libiodbc}" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://psqlodbc.projects.postgresql.org/";
|
homepage = "https://odbc.postgresql.org/";
|
||||||
description = "ODBC driver for PostgreSQL";
|
description = "ODBC driver for PostgreSQL";
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
Loading…
Reference in a new issue