pgtap: add license

This commit is contained in:
Markus Kowalewski 2018-11-14 23:12:06 +01:00
parent b9c5598b3c
commit 41c619a191
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ willibutz ]; maintainers = with maintainers; [ willibutz ];
homepage = https://pgtap.org; homepage = https://pgtap.org;
inherit (postgresql.meta) platforms; inherit (postgresql.meta) platforms;
license = licenses.mit;
}; };
} }