From cf8c676732a124091ce5de593ddd89ff3d51e584 Mon Sep 17 00:00:00 2001 From: postscriptum Date: Tue, 1 Jul 2025 17:46:34 +0300 Subject: [PATCH] update description --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4dc61b0..a381281 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" license = "MIT" readme = "README.md" -description = "Export Snac profile to the Nex format" +description = "Convert Snac profiles to the Nex blog format" keywords = ["snac", "fediverse", "nex", "nex-protocol", "export"] categories = ["network-programming"] repository = "https://codeberg.org/postscriptum/snac2nex" diff --git a/README.md b/README.md index c9fb257..9582706 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Dependencies](https://deps.rs/repo/codeberg/postscriptum/snac2nex/status.svg)](https://deps.rs/repo/codeberg/postscriptum/snac2nex) [![crates.io](https://img.shields.io/crates/v/snac2nex.svg)](https://crates.io/crates/snac2nex) -Export [Snac](https://codeberg.org/grunfink/snac2) profile to the [Nex](https://nightfall.city/nex/info/specification.txt) format. +Convert [Snac](https://codeberg.org/grunfink/snac2) profiles to the [Nex](https://nightfall.city/nex/info/specification.txt) blog format. Useful as a mirroring tool for an existing fediverse instance or for migrating the data once. ## Install