We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adbfd9 commit db7b7faCopy full SHA for db7b7fa
pkgs/by-name/bi/bitbox/package.nix
@@ -81,9 +81,14 @@ stdenv.mkDerivation rec {
81
meta = {
82
description = "Companion app for the BitBox02 hardware wallet";
83
homepage = "https://bitbox.swiss/app/";
84
+ downloadPage = "https://github.com/BitBoxSwiss/bitbox-wallet-app";
85
+ changelog = "https://github.com/BitBoxSwiss/bitbox-wallet-app/blob/master/CHANGELOG.md#${
86
+ builtins.replaceStrings [ "." ] [ "" ] version
87
+ }";
88
license = lib.licenses.asl20;
- mainProgram = "bitbox";
89
maintainers = [ lib.maintainers.tensor5 ];
90
+ mainProgram = "bitbox";
91
+ sourceProvenance = [ lib.sourceTypes.fromSource ];
92
platforms = [ "x86_64-linux" ];
93
};
94
}
0 commit comments