about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2024-01-16 21:25:23 +0100
committerMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2024-01-17 20:14:56 +0100
commit3b505b3ed049d1b013a17585d342cbf3bb37769a (patch)
tree0d689738ce7996950d848e5a9ec7a998ac4f977d
parentc8c617e4735953976ec0048745894ceea090e2b2 (diff)
albert: change license to unfree
Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
-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 4bfeaea7d36a2..1a9a112b93efa 100644
--- a/pkgs/applications/misc/albert/default.nix
+++ b/pkgs/applications/misc/albert/default.nix
@@ -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;