bdfr-browser: add meta section
This commit is contained in:
parent
f536edd3bf
commit
b3bdb23b5d
1 changed files with 7 additions and 0 deletions
|
@ -25,4 +25,11 @@ beamPackages.mixRelease rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
mixNixDeps = import "${src}/mix.nix" { inherit lib beamPackages; };
|
mixNixDeps = import "${src}/mix.nix" { inherit lib beamPackages; };
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Bulk Downloader for Reddit Web UI";
|
||||||
|
homepage = "https://git.kempkens.io/daniel/bdfr-browser";
|
||||||
|
license = [ licenses.isc ];
|
||||||
|
platforms = [ "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "x86_64-linux" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue