mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-23 14:55:57 +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',
|
project('xdg-desktop-portal-hyprland', 'cpp', 'c',
|
||||||
version: '2.0.0',
|
version: '2.0.0',
|
||||||
license: 'MIT',
|
license: 'BSD-3-Clause',
|
||||||
meson_version: '>=0.63.0',
|
meson_version: '>=0.63.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
|
|
|
@ -57,8 +57,8 @@ stdenv.mkDerivation {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/hyprwm/xdg-desktop-portal-hyprland";
|
homepage = "https://github.com/hyprwm/xdg-desktop-portal-hyprland";
|
||||||
description = "xdg-desktop-portal backend for Hyprland";
|
description = "xdg-desktop-portal backend for Hyprland";
|
||||||
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [fufexan];
|
maintainers = with maintainers; [fufexan];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.mit;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue