swapspace: remove misuzu from maintainers

This commit is contained in:
misuzu 2024-04-22 19:20:54 +03:00
parent 1c99cea684
commit 87d69c35a0
1 changed files with 1 additions and 1 deletions

View File

@ -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";
};
}