Unverified Commit c77215da authored by winston's avatar winston
Browse files

fastmail-desktop: add nekowinston to maintainers

parent 92e6ad6f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -21,7 +21,10 @@ callPackage (if isDarwin then ./darwin.nix else ./linux.nix) {
    homepage = "https://www.fastmail.com/blog/desktop-app/";
    license = lib.licenses.unfree;
    sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
    maintainers = [ lib.maintainers.Enzime ];
    maintainers = [
      lib.maintainers.Enzime
      lib.maintainers.nekowinston
    ];
    platforms = [
      "aarch64-darwin"
      "x86_64-linux"