Unverified Commit 8cf2ea85 authored by Yannick Markus's avatar Yannick Markus
Browse files

netmaker: change license to Apache

parent 2bac4cf1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}