Merge pull request #268739 from ymarkus/netmaker

netmaker: change license to Apache
This commit is contained in:
Fabián Heredia Montiel
2023-11-20 17:24:09 +00:00
committed by GitHub
@@ -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 ];
};
}