Skip to content

Commit

Permalink
Merge pull request #281388 from MikaelFangel/license-albert
Browse files Browse the repository at this point in the history
albert: change license to unfree
  • Loading branch information
samueldr authored Apr 20, 2024
2 parents e5e8e06 + 3b505b3 commit 754a00b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/misc/albert/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 754a00b

Please sign in to comment.