diff --git a/nix/default.nix b/nix/default.nix index f441734..fa91166 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation { meta = with lib; { homepage = "https://github.com/hyprwm/hyprlang"; description = "The official implementation library for the hypr config language"; - license = licenses.bsd3; + license = licenses.lgpl3Only; platforms = platforms.linux; }; }