mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-07 17:15:58 +01:00
Nix & Meson: change licenses
This commit is contained in:
parent
505975aa05
commit
cfd866ab66
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue