sqitch-pg: add license

Inherit from AppSqitch
This commit is contained in:
Markus Kowalewski 2018-11-08 20:45:51 +01:00
parent d9afe678d5
commit 7a2e6cf6a0
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

@ -23,5 +23,6 @@ stdenv.mkDerivation {
meta = {
platforms = stdenv.lib.platforms.unix;
inherit (sqitchModule.meta) license;
};
}