Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #268739 from ymarkus/netmaker

netmaker: change license to Apache

authored by Fabián Heredia Montiel and committed by GitHub bb714e9b d4abe32a

+1 -1
+1 -1
pkgs/applications/networking/netmaker/default.nix
··· 38 38 description = "WireGuard automation from homelab to enterprise"; 39 39 homepage = "https://netmaker.io"; 40 40 changelog = "https://github.com/gravitl/netmaker/-/releases/v${version}"; 41 - license = licenses.sspl; 41 + license = licenses.asl20; 42 42 maintainers = with maintainers; [ urandom qjoly ]; 43 43 }; 44 44 }