4 lines
70 B
Nix
4 lines
70 B
Nix
|
{ lib, ... }: with lib; {
|
||
|
maintainers = import ./maintainers.nix;
|
||
|
}
|