summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFelix Breidenstein <felix@codemonauts.com>2019-10-21 11:16:16 +0200
committerFelix Breidenstein <felix@codemonauts.com>2019-10-21 11:16:16 +0200
commit57266005ca17de77f7dd25d5b603ee227c38366a (patch)
tree443460b27ec4597693d59246223ede9cd9263d0d /pkgs
parent7474d9c3bfc4e6485d61a44e385a1f5384ea7468 (diff)
downloadnixpkgs-57266005ca17de77f7dd25d5b603ee227c38366a.tar
nixpkgs-57266005ca17de77f7dd25d5b603ee227c38366a.tar.gz
nixpkgs-57266005ca17de77f7dd25d5b603ee227c38366a.tar.bz2
nixpkgs-57266005ca17de77f7dd25d5b603ee227c38366a.tar.lz
nixpkgs-57266005ca17de77f7dd25d5b603ee227c38366a.tar.xz
nixpkgs-57266005ca17de77f7dd25d5b603ee227c38366a.tar.zst
nixpkgs-57266005ca17de77f7dd25d5b603ee227c38366a.zip
Remove fleaz as maintainer and from all pkgs
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/home-assistant/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index f8eeb97849a..226a04b2e96 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -145,6 +145,6 @@ in with py.pkgs; buildPythonApplication rec {
     homepage = https://home-assistant.io/;
     description = "Open-source home automation platform running on Python 3";
     license = licenses.asl20;
-    maintainers = with maintainers; [ fleaz dotlambda globin ];
+    maintainers = with maintainers; [ dotlambda globin ];
   };
 }