about summary refs log tree commit diff
path: root/pkgs/applications/networking/netmaker
diff options
context:
space:
mode:
authorYannick Markus <ym@ymarkus.dev>2023-11-20 16:30:39 +0100
committerYannick Markus <ym@ymarkus.dev>2023-11-20 16:30:39 +0100
commit8cf2ea853702f61373f22a9b0df53bdc7fa1d4a3 (patch)
tree31d7886157fb6b7c8df14185939fb054b1fbd707 /pkgs/applications/networking/netmaker
parent2bac4cf11d2df82a88d6e7f662cf1c38b50d0882 (diff)
netmaker: change license to Apache
Diffstat (limited to 'pkgs/applications/networking/netmaker')
-rw-r--r--pkgs/applications/networking/netmaker/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/netmaker/default.nix b/pkgs/applications/networking/netmaker/default.nix
index 5b493e5460b7a..ffab340d023fa 100644
--- a/pkgs/applications/networking/netmaker/default.nix
+++ b/pkgs/applications/networking/netmaker/default.nix
@@ -38,7 +38,7 @@ buildGoModule rec {
     description = "WireGuard automation from homelab to enterprise";
     homepage = "https://netmaker.io";
     changelog = "https://github.com/gravitl/netmaker/-/releases/v${version}";
-    license = licenses.sspl;
+    license = licenses.asl20;
     maintainers = with maintainers; [ urandom qjoly ];
   };
 }