Skip to content

Commit

Permalink
bitbox: add more meta-attributes (NixOS#370678)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jan 4, 2025
2 parents f2fe879 + db7b7fa commit 8cb0cd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkgs/by-name/bi/bitbox/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,14 @@ stdenv.mkDerivation rec {
meta = {
description = "Companion app for the BitBox02 hardware wallet";
homepage = "https://bitbox.swiss/app/";
downloadPage = "https://github.com/BitBoxSwiss/bitbox-wallet-app";
changelog = "https://github.com/BitBoxSwiss/bitbox-wallet-app/blob/master/CHANGELOG.md#${
builtins.replaceStrings [ "." ] [ "" ] version
}";
license = lib.licenses.asl20;
mainProgram = "bitbox";
maintainers = [ lib.maintainers.tensor5 ];
mainProgram = "bitbox";
sourceProvenance = [ lib.sourceTypes.fromSource ];
platforms = [ "x86_64-linux" ];
};
}

0 comments on commit 8cb0cd7

Please sign in to comment.