diff --git a/relay.nix b/relay.nix index 00937bd..b262a68 100644 --- a/relay.nix +++ b/relay.nix @@ -18,7 +18,7 @@ rustPlatform.buildRustPackage { passthru.tests = { inherit (nixosTests) relay; }; meta = with lib; { - description = "A simple image hosting service"; + description = "An ActivityPub relay"; homepage = "https://git.asonix.dog/asonix/relay"; license = with licenses; [ agpl3Plus ]; };