about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2024-04-20 19:05:31 -0400
committerGitHub <noreply@github.com>2024-04-20 19:05:31 -0400
commit754a00b38a44e774dba3518ced7efbf51a8970ba (patch)
treefbad35dcd5bd4ab1478b30f785c7c81dfe31b6fb /pkgs/applications
parente5e8e0688fdf52563317b940ec4aa802b3564bc1 (diff)
parent3b505b3ed049d1b013a17585d342cbf3bb37769a (diff)
Merge pull request #281388 from MikaelFangel/license-albert
albert: change license to unfree
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/albert/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/misc/albert/default.nix b/pkgs/applications/misc/albert/default.nix
index f9533663daa4b..8fe269ddab230 100644
--- a/pkgs/applications/misc/albert/default.nix
+++ b/pkgs/applications/misc/albert/default.nix
@@ -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;