From 6cfda83cc3c20b674c787e8db1a47d661f302009 Mon Sep 17 00:00:00 2001 From: Matej Urbas Date: Sun, 17 Mar 2024 11:04:19 +0000 Subject: [PATCH] fixup! fixup! rix now focuses only on nix language evaluation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2aa8b0e..5ccc5fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustnix" -description = "A reimplementation of nix in Rust." +description = "Nix language interpreter" documentation = "https://github.com/urbas/rix/blob/master/README.md" edition = "2021" homepage = "https://github.com/urbas/rix"