forked from mirrors/relay
Update description in nix file
This commit is contained in:
parent
927f15c4ca
commit
5430da58aa
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ rustPlatform.buildRustPackage {
|
||||||
passthru.tests = { inherit (nixosTests) relay; };
|
passthru.tests = { inherit (nixosTests) relay; };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple image hosting service";
|
description = "An ActivityPub relay";
|
||||||
homepage = "https://git.asonix.dog/asonix/relay";
|
homepage = "https://git.asonix.dog/asonix/relay";
|
||||||
license = with licenses; [ agpl3Plus ];
|
license = with licenses; [ agpl3Plus ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue