treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [ "--with-iodbc=${libiodbc}" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://psqlodbc.projects.postgresql.org/;
|
||||
homepage = "http://psqlodbc.projects.postgresql.org/";
|
||||
description = "ODBC driver for PostgreSQL";
|
||||
license = licenses.lgpl2;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user