summary refs log tree commit diff
path: root/pkgs/applications/misc/albert
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-10-31 01:16:45 +0100
committerPatrick Hilhorst <git@hilhorst.be>2018-10-31 01:16:45 +0100
commitcca88cc1340ba323956e6926ed69d8775c2dfee4 (patch)
tree8b0cb9e9ebee41d8ae2cdcedc73c327373b0a27d /pkgs/applications/misc/albert
parentfa53671e799f55d5379d3c5815c4888c8b88f56b (diff)
downloadnixpkgs-cca88cc1340ba323956e6926ed69d8775c2dfee4.tar
nixpkgs-cca88cc1340ba323956e6926ed69d8775c2dfee4.tar.gz
nixpkgs-cca88cc1340ba323956e6926ed69d8775c2dfee4.tar.bz2
nixpkgs-cca88cc1340ba323956e6926ed69d8775c2dfee4.tar.lz
nixpkgs-cca88cc1340ba323956e6926ed69d8775c2dfee4.tar.xz
nixpkgs-cca88cc1340ba323956e6926ed69d8775c2dfee4.tar.zst
nixpkgs-cca88cc1340ba323956e6926ed69d8775c2dfee4.zip
albert: add myself as maintainer
Diffstat (limited to 'pkgs/applications/misc/albert')
-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 b69ef905cfb..d1a62dad6c9 100644
--- a/pkgs/applications/misc/albert/default.nix
+++ b/pkgs/applications/misc/albert/default.nix
@@ -48,7 +48,7 @@ mkDerivation rec {
     homepage    = https://albertlauncher.github.io/;
     description = "Desktop agnostic launcher";
     license     = licenses.gpl3Plus;
-    maintainers = with maintainers; [ ericsagnes ];
+    maintainers = with maintainers; [ ericsagnes synthetica ];
     platforms   = platforms.linux;
   };
 }