Commit 87d69c35 authored by misuzu's avatar misuzu
Browse files

swapspace: remove misuzu from maintainers

parent 1c99cea6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/Tookmund/Swapspace";
    license = licenses.gpl2Only;
    platforms = platforms.linux;
    maintainers = with maintainers; [ misuzu Luflosi ];
    maintainers = with maintainers; [ Luflosi ];
    mainProgram = "swapspace";
  };
}