From 5430da58aaa49298400efe716f2ad91bb7ea7837 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 27 Jul 2023 13:14:46 -0500 Subject: [PATCH] Update description in nix file --- relay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; };