Commit ab7b2b86 authored by İlkecan Bozdoğan's avatar İlkecan Bozdoğan
Browse files

swayrbar: add ilkecan to maintainers

parent 5ecf880e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://git.sr.ht/~tsdh/swayr#a-idswayrbarswayrbara";
    license = with lib.licenses; [ gpl3Plus ];
    platforms = lib.platforms.linux;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ ilkecan ];
    mainProgram = "swayrbar";
  };
}