swayrbar: remove sebtm as maintainer

This commit is contained in:
Sebastian Sellmeier
2024-12-03 20:05:50 +01:00
parent 3ebf7def3f
commit 0eb05d90f1
+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";
};
}