netmaker: change license to Apache

This commit is contained in:
Yannick Markus 2023-11-20 16:30:39 +01:00
parent 2bac4cf11d
commit 8cf2ea8537
No known key found for this signature in database
GPG Key ID: 4E5429F07736AB7F

View File

@ -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 ];
};
}