Skip to content

Commit

Permalink
timescaledb: fix license (Apache 2.0, not PostgreSQL)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Nov 4, 2018
1 parent 033dce3 commit b0f7c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/postgresql/timescaledb/default.nix
Expand Up @@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
homepage = https://www.timescale.com/;
maintainers = with maintainers; [ volth ];
platforms = platforms.linux;
license = licenses.postgresql;
license = licenses.asl20;
};
}

0 comments on commit b0f7c86

Please sign in to comment.