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-11-12 15:45:22 +0100
commit05dabf68247a7a8d56b3a053be27e2b6722413ef (patch)
treef5187e87cab41d1215dfb25c6ae32ae5fa724e8d /pkgs/servers/web-apps
parenta43f8ce903571709b3e9964b3c4c2a2d7b7797e6 (diff)
downloadnixlib-05dabf68247a7a8d56b3a053be27e2b6722413ef.tar
nixlib-05dabf68247a7a8d56b3a053be27e2b6722413ef.tar.gz
nixlib-05dabf68247a7a8d56b3a053be27e2b6722413ef.tar.bz2
nixlib-05dabf68247a7a8d56b3a053be27e2b6722413ef.tar.lz
nixlib-05dabf68247a7a8d56b3a053be27e2b6722413ef.tar.xz
nixlib-05dabf68247a7a8d56b3a053be27e2b6722413ef.tar.zst
nixlib-05dabf68247a7a8d56b3a053be27e2b6722413ef.zip
changedetection-io: add mikaelfangel as maintainer
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 b8945caa01d7..142e83edbfe0 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 ];
   };
 }