[audiorelay] Add meta and mark it as unfree

This commit is contained in:
Ryze 2024-07-18 00:12:30 +03:00
parent a098720fd9
commit 0a2d2deb40
Signed by: ryze
GPG key ID: 9B296C5CEAEAAAC1

View file

@ -73,4 +73,10 @@ stdenv.mkDerivation {
runHook postInstall
'';
meta = {
description = "Application to stream every sound from your PC to one or multiple Android devices";
homepage = "https://audiorelay.net";
downloadPage = "https://audiorelay.net/downloads";
license = lib.licenses.unfree;
};
}