From 9b2ecad6fc9bc1eadbb3b4a2d59e5186b48a90a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Mon, 31 Jul 2023 05:10:23 +0200 Subject: [PATCH] fix: update --version info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- build.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.rs b/build.rs index 6cd6c722d..f3415977a 100644 --- a/build.rs +++ b/build.rs @@ -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() {