1
0
Fork 0

bdfr-browser: add meta section
All checks were successful
Build / build-arm64-linux (push) Successful in 7m12s
Build / build-amd64-linux (push) Successful in 8m29s

This commit is contained in:
Daniel Kempkens 2023-10-18 21:02:00 +02:00
parent f536edd3bf
commit b3bdb23b5d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -25,4 +25,11 @@ beamPackages.mixRelease rec {
};
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" ];
};
}