about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authoreljamm <fedi.jamoussi@protonmail.ch>2024-06-28 19:10:27 +0100
committereljamm <fedi.jamoussi@protonmail.ch>2024-06-28 21:07:48 +0100
commita41f160584c6457dbad983e932e815fb19da7f19 (patch)
tree7f1a08caed9d455c98f9ce6cfd3d69546f88dc12 /pkgs/applications
parentc81ecdf95b3a0f73ded448f14416cd66beeb5e1a (diff)
albert: add eljamm as maintainer
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/albert/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/albert/default.nix b/pkgs/applications/misc/albert/default.nix
index 5b1e1aac20c1a..42e0790570b31 100644
--- a/pkgs/applications/misc/albert/default.nix
+++ b/pkgs/applications/misc/albert/default.nix
@@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
     changelog = "https://github.com/albertlauncher/albert/blob/${finalAttrs.src.rev}/CHANGELOG.md";
     # See: https://github.com/NixOS/nixpkgs/issues/279226
     license = licenses.unfree;
-    maintainers = with maintainers; [ ericsagnes synthetica ];
+    maintainers = with maintainers; [ ericsagnes synthetica eljamm ];
     mainProgram = "albert";
     platforms = platforms.linux;
   };