summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/hedgedoc.nix
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-07-22 23:53:37 +0200
committerh7x4 <h7x4@nani.wtf>2023-10-16 20:38:47 +0200
commitabe468822f042f8d1b71beddbdc520601e32f7b6 (patch)
treee6a687f42b531ee394540493ddbc8a95af381ea3 /nixos/modules/services/web-apps/hedgedoc.nix
parenta70a3e61d77e64233b12e6ed678fbdf4b694c262 (diff)
downloadnixpkgs-abe468822f042f8d1b71beddbdc520601e32f7b6.tar
nixpkgs-abe468822f042f8d1b71beddbdc520601e32f7b6.tar.gz
nixpkgs-abe468822f042f8d1b71beddbdc520601e32f7b6.tar.bz2
nixpkgs-abe468822f042f8d1b71beddbdc520601e32f7b6.tar.lz
nixpkgs-abe468822f042f8d1b71beddbdc520601e32f7b6.tar.xz
nixpkgs-abe468822f042f8d1b71beddbdc520601e32f7b6.tar.zst
nixpkgs-abe468822f042f8d1b71beddbdc520601e32f7b6.zip
nixos/hedgedoc: add SuperSandro2000 and h7x4 as maintainer
Diffstat (limited to 'nixos/modules/services/web-apps/hedgedoc.nix')
-rw-r--r--nixos/modules/services/web-apps/hedgedoc.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/hedgedoc.nix b/nixos/modules/services/web-apps/hedgedoc.nix
index 3ad60678647..1a66f077b09 100644
--- a/nixos/modules/services/web-apps/hedgedoc.nix
+++ b/nixos/modules/services/web-apps/hedgedoc.nix
@@ -17,6 +17,8 @@ let
   settingsFormat = pkgs.formats.json { };
 in
 {
+  meta.maintainers = with lib.maintainers; [ SuperSandro2000 h7x4 ];
+
   imports = [
     (lib.mkRenamedOptionModule [ "services" "codimd" ] [ "services" "hedgedoc" ])
     (lib.mkRenamedOptionModule [ "services" "hedgedoc" "configuration" ] [ "services" "hedgedoc" "settings" ])