Skip to content

Commit db7b7fa

Browse files
committed
bitbox: add more meta-attributes
1 parent 8adbfd9 commit db7b7fa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pkgs/by-name/bi/bitbox/package.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,14 @@ stdenv.mkDerivation rec {
8181
meta = {
8282
description = "Companion app for the BitBox02 hardware wallet";
8383
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+
}";
8488
license = lib.licenses.asl20;
85-
mainProgram = "bitbox";
8689
maintainers = [ lib.maintainers.tensor5 ];
90+
mainProgram = "bitbox";
91+
sourceProvenance = [ lib.sourceTypes.fromSource ];
8792
platforms = [ "x86_64-linux" ];
8893
};
8994
}

0 commit comments

Comments
 (0)