From a3beed8bfab0ae992611c7884220834179e0b7f8 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Mon, 7 Apr 2025 13:49:47 +0800 Subject: [PATCH] rosenthal: atuin: Correct license. * rosenthal/packages/rust-apps.scm (atuin)[license]: Correct to expat. --- rosenthal/packages/rust-apps.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosenthal/packages/rust-apps.scm b/rosenthal/packages/rust-apps.scm index 899cc0a..945b1a4 100644 --- a/rosenthal/packages/rust-apps.scm +++ b/rosenthal/packages/rust-apps.scm @@ -75,4 +75,4 @@ "Atuin replaces existing shell history with a SQLite database, and records additional context for commands. Additionally, it provides optional and fully encrypted synchronisation of history between machines, via an Atuin server.") - (license license:gpl3))) + (license license:expat)))