swapspace: add Luflosi as maintainer

This commit is contained in:
Luflosi
2023-04-08 00:54:53 +02:00
parent cf4b4ea590
commit b0004e6c97
+1 -1
View File
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Tookmund/Swapspace";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ misuzu ];
maintainers = with maintainers; [ misuzu Luflosi ];
};
}