From 6cb791c18cf291ce419c00bcca2c226e5836090d Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sun, 3 Mar 2024 18:10:57 +0200 Subject: [PATCH] Nix: change license to lgpl3Only --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }