mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 11:02:05 +00:00
aws-vault: Fix eval
This commit is contained in:
parent
eb0ecd7eba
commit
8c1e47a320
|
@ -14,9 +14,10 @@ buildGoPackage rec {
|
|||
};
|
||||
|
||||
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";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ zimbatm ];
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue