Merge pull request #281388 from MikaelFangel/license-albert

albert: change license to unfree
This commit is contained in:
Samuel Dionne-Riel
2024-04-20 19:05:31 -04:00
committed by GitHub
+2 -1
View File
@@ -75,7 +75,8 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://albertlauncher.github.io";
changelog = "https://github.com/albertlauncher/albert/blob/${finalAttrs.src.rev}/CHANGELOG.md";
license = licenses.gpl3Plus;
# See: https://github.com/NixOS/nixpkgs/issues/279226
license = licenses.unfree;
maintainers = with maintainers; [ ericsagnes synthetica ];
mainProgram = "albert";
platforms = platforms.linux;