summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2021-09-21 15:02:06 +0800
committerPeter Hoeg <peter@hoeg.com>2021-09-28 09:21:08 +0800
commitaed860f87662825abdad405b0b5008013e42d042 (patch)
tree9fddc37ee7fbdc5606d0d268af7604f226481de1 /nixos/modules
parent54e1db21522a61ca771aeafbbd77c4a474e82f8e (diff)
downloadnixpkgs-aed860f87662825abdad405b0b5008013e42d042.tar
nixpkgs-aed860f87662825abdad405b0b5008013e42d042.tar.gz
nixpkgs-aed860f87662825abdad405b0b5008013e42d042.tar.bz2
nixpkgs-aed860f87662825abdad405b0b5008013e42d042.tar.lz
nixpkgs-aed860f87662825abdad405b0b5008013e42d042.tar.xz
nixpkgs-aed860f87662825abdad405b0b5008013e42d042.tar.zst
nixpkgs-aed860f87662825abdad405b0b5008013e42d042.zip
nixos/zoneminder: not using zoneminder any longer
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/misc/zoneminder.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/zoneminder.nix b/nixos/modules/services/misc/zoneminder.nix
index d9d34b7fac9..378da7b8744 100644
--- a/nixos/modules/services/misc/zoneminder.nix
+++ b/nixos/modules/services/misc/zoneminder.nix
@@ -366,5 +366,5 @@ in {
     };
   };
 
-  meta.maintainers = with lib.maintainers; [ peterhoeg ];
+  meta.maintainers = with lib.maintainers; [ ];
 }