pgtap: add license

This commit is contained in:
Markus Kowalewski
2018-11-15 00:13:52 +01:00
parent b9c5598b3c
commit 41c619a191
@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ willibutz ];
homepage = https://pgtap.org;
inherit (postgresql.meta) platforms;
license = licenses.mit;
};
}