pgtap: add license

This commit is contained in:
Markus Kowalewski
2018-11-14 23:12:06 +01:00
parent b9c5598b3c
commit 41c619a191

View File

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