about summary refs log tree commit diff
path: root/pkgs/development/tools/nwjs
diff options
context:
space:
mode:
authorMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-11-06 14:44:35 +0100
committerMikael Fangel <34864484+MikaelFangel@users.noreply.github.com>2023-11-06 21:04:14 +0100
commitab8d3140fb4f90d8ff9bae8c7507da8551bec25a (patch)
tree5f690c2a4fd5f4253bce0352c48f2c1cd5d1b4b9 /pkgs/development/tools/nwjs
parent52c2996076cbf3ef8209024c23b983f9d85903ea (diff)
nwjs: change maintainer to mikaelfangel
Diffstat (limited to 'pkgs/development/tools/nwjs')
-rw-r--r--pkgs/development/tools/nwjs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/nwjs/default.nix b/pkgs/development/tools/nwjs/default.nix
index a4d058fc338c9..000910c7c6a7c 100644
--- a/pkgs/development/tools/nwjs/default.nix
+++ b/pkgs/development/tools/nwjs/default.nix
@@ -128,7 +128,7 @@ stdenv.mkDerivation {
     homepage = "https://nwjs.io/";
     platforms = [ "i686-linux" "x86_64-linux" ];
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
-    maintainers = [ maintainers.offline ];
+    maintainers = [ maintainers.mikaelfangel ];
     license = licenses.bsd3;
   };
 }