about summary refs log tree commit diff
path: root/pkgs/servers/atlassian/confluence.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/atlassian/confluence.nix')
-rw-r--r--pkgs/servers/atlassian/confluence.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/atlassian/confluence.nix b/pkgs/servers/atlassian/confluence.nix
index 4d0ac7ef3ef1a..ed8447accf860 100644
--- a/pkgs/servers/atlassian/confluence.nix
+++ b/pkgs/servers/atlassian/confluence.nix
@@ -43,6 +43,7 @@ stdenvNoCC.mkDerivation rec {
   meta = with lib; {
     description = "Team collaboration software written in Java and mainly used in corporate environments";
     homepage = "https://www.atlassian.com/software/confluence";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.unfree;
     maintainers = with maintainers; [ fpletz globin willibutz ciil techknowlogick ];
   };