swayrbar: remove sebtm as maintainer (#361526)

This commit is contained in:
Weijia Wang
2024-12-03 21:00:03 +01:00
committed by GitHub
+1 -1
View File
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://git.sr.ht/~tsdh/swayr#a-idswayrbarswayrbara";
license = with licenses; [ gpl3Plus ];
platforms = platforms.linux;
maintainers = with maintainers; [ sebtm ];
maintainers = with maintainers; [];
mainProgram = "swayrbar";
};
}