mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
pgtap: add license
This commit is contained in:
parent
b9c5598b3c
commit
41c619a191
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user