about summary refs log tree commit diff
path: root/pkgs/applications/misc/authy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/authy/default.nix')
-rw-r--r--pkgs/applications/misc/authy/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/authy/default.nix b/pkgs/applications/misc/authy/default.nix
index c448b86d0c4d0..ca243f4437071 100644
--- a/pkgs/applications/misc/authy/default.nix
+++ b/pkgs/applications/misc/authy/default.nix
@@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://www.authy.com";
     description = "Twilio Authy two factor authentication desktop application";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     maintainers = with maintainers; [ iammrinal0 ];
     platforms = [ "x86_64-linux" ];