Nix: change license from gpl3Plus to bsd3

This commit is contained in:
Mihai Fufezan 2024-03-02 01:28:42 +02:00
parent bea479eabc
commit 5bc2514dda
No known key found for this signature in database

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.gpl3Plus;
license = licenses.bsd3;
platforms = platforms.linux;
};
}