Commit c5435439 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

amber-secret: remove with lib;

parent 717b4bf3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,12 +22,12 @@ rustPlatform.buildRustPackage rec {

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ];

  meta = with lib; {
  meta = {
    description = "Manage secret values in-repo via public key cryptography";
    homepage = "https://github.com/fpco/amber";
    changelog = "https://github.com/fpco/amber/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ psibi ];
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ psibi ];
    mainProgram = "amber";
  };
}