Nix: change license to lgpl3Only

This commit is contained in:
Mihai Fufezan 2024-03-03 18:10:57 +02:00
parent 3cc06e1687
commit 6cb791c18c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
}