aws-vault: Fix eval
This commit is contained in:
parent
eb0ecd7eba
commit
8c1e47a320
@ -14,9 +14,10 @@ buildGoPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A vault for securely storing and accessing AWS credentials in development environments"
|
description = "A vault for securely storing and accessing AWS credentials in development environments";
|
||||||
homepage = "https://github.com/99designs/aws-vault";
|
homepage = "https://github.com/99designs/aws-vault";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ zimbatm ];
|
maintainers = with maintainers; [ zimbatm ];
|
||||||
}
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user