about summary refs log tree commit diff
path: root/pkgs/servers/sftpgo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/sftpgo/default.nix')
-rw-r--r--pkgs/servers/sftpgo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/sftpgo/default.nix b/pkgs/servers/sftpgo/default.nix
index 3922300410afa..e51bbf5eb528c 100644
--- a/pkgs/servers/sftpgo/default.nix
+++ b/pkgs/servers/sftpgo/default.nix
@@ -58,7 +58,7 @@ buildGoModule rec {
       local filesystem, encrypted local filesystem, S3 (compatible) Object Storage,
       Google Cloud Storage, Azure Blob Storage, SFTP.
     '';
-    license = licenses.agpl3Only;
+    license = with licenses; [ agpl3Only unfreeRedistributable ]; # Software is AGPLv3, web UI is unfree
     maintainers = with maintainers; [ thenonameguy ];
     mainProgram = "sftpgo";
   };