Merge pull request #281388 from MikaelFangel/license-albert

albert: change license to unfree

authored by Samuel Dionne-Riel and committed by GitHub 754a00b3 e5e8e068

+2 -1
+2 -1
pkgs/applications/misc/albert/default.nix
··· 75 75 ''; 76 76 homepage = "https://albertlauncher.github.io"; 77 77 changelog = "https://github.com/albertlauncher/albert/blob/${finalAttrs.src.rev}/CHANGELOG.md"; 78 - license = licenses.gpl3Plus; 78 + # See: https://github.com/NixOS/nixpkgs/issues/279226 79 + license = licenses.unfree; 79 80 maintainers = with maintainers; [ ericsagnes synthetica ]; 80 81 mainProgram = "albert"; 81 82 platforms = platforms.linux;