diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-01 12:19:45 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-01 12:19:45 +0530 |
commit | cc2426ef79ec722a43b7094f645e75d2b706c8a1 (patch) | |
tree | 5b321a3e5f2411759952fb0269912ad70675b1c2 | |
parent | 72af0bede18a2ad2b727059644d4d02ece7fb66e (diff) |
default.nix: correct license
-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 ]; }; |