albert: change license to unfree

Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
This commit is contained in:
Mikael Fangel 2024-01-16 21:25:23 +01:00
parent c8c617e473
commit 3b505b3ed0
No known key found for this signature in database
GPG Key ID: 306DE4426F0B77C3
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,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;