Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.4"
edition = "2021"
authors = ["Lucas Vieira <vieiralucas4@gmail.com>"]
description = "A CLI tool for tailing and querying Datadog logs"
repository = "https://github.com/sisypha/ddlogs"
repository = "https://github.com/faiscadev/ddlogs"
license = "Apache-2.0"
keywords = ["datadog", "logs", "cli", "tail", "monitoring"]
categories = ["command-line-utilities", "development-tools"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ cargo install ddlogs
### Using install script

```bash
curl -fsSL https://raw.githubusercontent.com/sisypha/ddlogs/main/install.sh | sh
curl -fsSL https://raw.githubusercontent.com/faiscadev/ddlogs/main/install.sh | sh
```

### Download pre-built binaries

Download the latest release from [GitHub Releases](https://github.com/sisypha/ddlogs/releases).
Download the latest release from [GitHub Releases](https://github.com/faiscadev/ddlogs/releases).

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ case "$OS" in
esac

# Get latest version from GitHub
REPO="sisypha/ddlogs"
REPO="faiscadev/ddlogs"
LATEST_URL="https://api.github.com/repos/$REPO/releases/latest"

echo "Fetching latest release..."
Expand Down