diff --git a/meson.build b/meson.build index 589c4cd..e0bdb6a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('xdg-desktop-portal-hyprland', 'cpp', 'c', version: '2.0.0', - license: 'MIT', + license: 'BSD-3-Clause', meson_version: '>=0.63.0', default_options: [ 'warning_level=2', diff --git a/nix/default.nix b/nix/default.nix index 763bc10..0e0cc68 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -57,8 +57,8 @@ stdenv.mkDerivation { meta = with lib; { homepage = "https://github.com/hyprwm/xdg-desktop-portal-hyprland"; description = "xdg-desktop-portal backend for Hyprland"; + license = licenses.bsd3; maintainers = with maintainers; [fufexan]; platforms = platforms.linux; - license = licenses.mit; }; }