Nix & Meson: change licenses

This commit is contained in:
Mihai Fufezan 2023-09-04 20:55:35 +03:00 committed by Mihai Fufezan
parent 505975aa05
commit cfd866ab66
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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;
};
}