about summary refs log tree commit diff
path: root/pkgs/servers/web-apps
diff options
context:
space:
mode:
authorMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-11-10 20:31:21 +0100
committerMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-12-26 22:16:58 +0100
commit35d363a4835776739f5a470a085056a2e3ea2910 (patch)
treedf959c4a8c720b26218d18b5711b5c545c9ccad7 /pkgs/servers/web-apps
parent74c91f078c544f4550d5ccdb5c74183b3a66bcf3 (diff)
changedetection-io: add mikaelfangel as maintainer
(cherry picked from commit 05dabf68247a7a8d56b3a053be27e2b6722413ef)
Diffstat (limited to 'pkgs/servers/web-apps')
-rw-r--r--pkgs/servers/web-apps/changedetection-io/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/web-apps/changedetection-io/default.nix b/pkgs/servers/web-apps/changedetection-io/default.nix
index b8945caa01d7b..142e83edbfe03 100644
--- a/pkgs/servers/web-apps/changedetection-io/default.nix
+++ b/pkgs/servers/web-apps/changedetection-io/default.nix
@@ -75,6 +75,6 @@ python3.pkgs.buildPythonApplication rec {
     homepage = "https://github.com/dgtlmoon/changedetection.io";
     changelog = "https://github.com/dgtlmoon/changedetection.io/releases/tag/${version}";
     license = licenses.asl20;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ mikaelfangel ];
   };
 }