Loading pkgs/tools/security/keyscope/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -45,12 +45,12 @@ rustPlatform.buildRustPackage rec { # Test require network access doCheck = false; meta = with lib; { meta = { description = "Key and secret workflow (validation, invalidation, etc.) tool"; homepage = "https://github.com/spectralops/keyscope"; changelog = "https://github.com/spectralops/keyscope/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ figsoda ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ figsoda ]; mainProgram = "keyscope"; }; } Loading
pkgs/tools/security/keyscope/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -45,12 +45,12 @@ rustPlatform.buildRustPackage rec { # Test require network access doCheck = false; meta = with lib; { meta = { description = "Key and secret workflow (validation, invalidation, etc.) tool"; homepage = "https://github.com/spectralops/keyscope"; changelog = "https://github.com/spectralops/keyscope/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ figsoda ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ figsoda ]; mainProgram = "keyscope"; }; }