treewide: set meta.license on hooks
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
{
|
||||
lib,
|
||||
callPackages,
|
||||
makeSetupHook,
|
||||
}:
|
||||
makeSetupHook {
|
||||
name = "isDeclaredMap";
|
||||
passthru.tests = callPackages ./tests.nix { };
|
||||
meta.description = "Tests if an associative array is declared";
|
||||
meta = {
|
||||
description = "Tests if an associative array is declared";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
} ./isDeclaredMap.bash
|
||||
|
||||
Reference in New Issue
Block a user