about summary refs log tree commit diff
path: root/pkgs/servers/atlassian/bamboo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/atlassian/bamboo.nix')
-rw-r--r--pkgs/servers/atlassian/bamboo.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/atlassian/bamboo.nix b/pkgs/servers/atlassian/bamboo.nix
index 33c8aceeb265..de474492229c 100644
--- a/pkgs/servers/atlassian/bamboo.nix
+++ b/pkgs/servers/atlassian/bamboo.nix
@@ -31,6 +31,7 @@ stdenvNoCC.mkDerivation rec {
   meta = with lib; {
     description = "Bamboo Data Center is a continuous delivery server.";
     homepage = "https://www.atlassian.com/software/bamboo";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = with licenses; [ unfree ];
     maintainers = with maintainers; [ techknowlogick ];
   };