[audiorelay] Add meta and mark it as unfree
This commit is contained in:
parent
a098720fd9
commit
0a2d2deb40
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue