Update description in nix file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
asonix 2023-07-27 13:14:46 -05:00
parent 927f15c4ca
commit 5430da58aa

View file

@ -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 ];
};