about summary refs log tree commit diff
path: root/pkgs/servers/mattermost
diff options
context:
space:
mode:
authorJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2024-03-19 14:26:06 +0200
committerJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2024-03-21 18:09:24 +0200
commit82b45bf4547f4d705663e4d2593ac78e24a5d094 (patch)
tree8ba08875292bf6f73c93fba5f269197ebca75c8a /pkgs/servers/mattermost
parent1b54a5cb78a4287042b2f4b6a78b1947778c110e (diff)
treewide: remove licenses.agpl3
Diffstat (limited to 'pkgs/servers/mattermost')
-rw-r--r--pkgs/servers/mattermost/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mattermost/default.nix b/pkgs/servers/mattermost/default.nix
index a383bc3650b9e..ca152079e073c 100644
--- a/pkgs/servers/mattermost/default.nix
+++ b/pkgs/servers/mattermost/default.nix
@@ -77,7 +77,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle";
     homepage = "https://www.mattermost.org";
-    license = with licenses; [ agpl3 asl20 ];
+    license = with licenses; [ agpl3Only asl20 ];
     maintainers = with maintainers; [ ryantm numinit kranzes mgdelacroix ];
     mainProgram = "mattermost";
   };