nwjs: change maintainer to mikaelfangel

This commit is contained in:
Mikael Fangel
2023-11-06 21:04:14 +01:00
parent 52c2996076
commit ab8d3140fb
+1 -1
View File
@@ -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;
};
}