Skip to content

Commit

Permalink
Merge pull request #98 from cafkafk/cafkdev-fix-version-flag
Browse files Browse the repository at this point in the history
fix: update --version info
  • Loading branch information
cafkafk authored Jul 31, 2023
2 parents 5085d4b + 9b2ecad commit dd39a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ use datetime::{LocalDateTime, ISO};
fn main() -> io::Result<()> {
#![allow(clippy::write_with_newline)]

let tagline = "exa - list files on the command-line";
let url = "https://the.exa.website/";
let tagline = "eza - A modern, maintained replacement for ls";
let url = "https://github.com/cafkafk/eza";

let ver =
if is_debug_build() {
Expand Down

0 comments on commit dd39a41

Please sign in to comment.