Unverified Commit 4eafd278 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #265441 from vs49688/nofiji

fiji: remove myself as maintainer
parents 3890019c 91b90bc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,6 +71,6 @@ stdenv.mkDerivation rec {
      binaryNativeCode
    ];
    license = with lib.licenses; [ gpl2Plus gpl3Plus bsd2 publicDomain ];
    maintainers = with maintainers; [ zane ];
    maintainers = with maintainers; [ ];
  };
}