diff options
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 5465bdd..958091f 100644 --- a/default.nix +++ b/default.nix @@ -15,7 +15,7 @@ llvmPackages.stdenv.mkDerivation rec { meta = with lib; { homepage = "https://github.com/compromyse/msg"; description = "Minimal Static Site Generator"; - licencse = licenses.gpl2; + licencse = licenses.gpl3; platforms = with platforms; linux ++ darwin; maintainers = [ maintainers.compromyse ]; }; |