From 5bc2514dda0350c03d571393f85f5f92efb1005e Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sat, 2 Mar 2024 01:28:42 +0200 Subject: [PATCH] Nix: change license from gpl3Plus to bsd3 --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 6c82078..f441734 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.gpl3Plus; + license = licenses.bsd3; platforms = platforms.linux; }; }