treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-03-31 21:11:51 -04:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions

View File

@@ -15,7 +15,7 @@ buildGoModule rec {
meta = with stdenv.lib; {
description = "Database migration tool";
homepage = https://github.com/amacneil/dbmate;
homepage = "https://github.com/amacneil/dbmate";
license = licenses.mit;
maintainers = [ maintainers.manveru ];
platforms = platforms.unix;

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = ''Run tests on an isolated, temporary PostgreSQL database.'';
license = licenses.isc;
homepage = http://ephemeralpg.org/;
homepage = "http://ephemeralpg.org/";
platforms = platforms.all;
maintainers = with maintainers; [ hrdinka ];
};

View File

@@ -39,7 +39,7 @@ python3Packages.buildPythonApplication rec {
longDescription = ''
A command-line client for SQLite databases that has auto-completion and syntax highlighting.
'';
homepage = https://litecli.com;
homepage = "https://litecli.com";
license = licenses.bsd3;
maintainers = with maintainers; [ Scriptkiddi ];
};

View File

@@ -37,7 +37,7 @@ buildPythonApplication rec {
Rich command-line interface for PostgreSQL with auto-completion and
syntax highlighting.
'';
homepage = https://pgcli.com;
homepage = "https://pgcli.com";
license = licenses.bsd3;
maintainers = with maintainers; [ dywedir ];
};

View File

@@ -38,7 +38,7 @@ pythonPackages.buildPythonApplication {
];
meta = {
description = "A declarative language to describe PostgreSQL databases";
homepage = https://perseas.github.io/;
homepage = "https://perseas.github.io/";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ pmeunier ];
};

View File

@@ -76,7 +76,7 @@ in
a reports interface, a complete data modeling solution, and a migration
platform for moving your 3rd party databases to Oracle.
'';
homepage = http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/;
homepage = "http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/";
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ ardumont ma27 ];

View File

@@ -22,7 +22,7 @@ mkDerivation rec {
meta = with lib; {
description = "DB Browser for SQLite";
homepage = https://sqlitebrowser.org/;
homepage = "https://sqlitebrowser.org/";
license = licenses.gpl3;
maintainers = with maintainers; [ ];
platforms = platforms.unix;

View File

@@ -71,7 +71,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Universal SQL Client";
homepage = http://squirrel-sql.sourceforge.net/;
homepage = "http://squirrel-sql.sourceforge.net/";
license = licenses.lgpl21;
platforms = platforms.linux;
maintainers = with maintainers; [ khumba ];

View File

@@ -18,7 +18,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "Bulk, parallel insert of CSV records into PostgreSQL";
homepage = https://github.com/timescale/timescaledb-parallel-copy;
homepage = "https://github.com/timescale/timescaledb-parallel-copy";
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice ];

View File

@@ -17,7 +17,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "A tool for tuning your TimescaleDB for better performance";
homepage = https://github.com/timescale/timescaledb-tune;
homepage = "https://github.com/timescale/timescaledb-tune";
license = licenses.asl20;
maintainers = with maintainers; [ marsam ];
};