Unverified Commit c6dd6bce authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

swayrbar: add ilkecan to maintainers (#490387)

parents 592334b1 d4eb396b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
  src = fetchFromSourcehut {
    owner = "~tsdh";
    repo = "swayr";
    rev = "swayrbar-${version}";
    tag = "swayrbar-${version}";
    sha256 = "sha256-uT8MYgH9kANQ0t+7jqjOOvQIZf5ImdQruZLLlCejwcc=";
  };

@@ -37,9 +37,10 @@ rustPlatform.buildRustPackage rec {
  meta = {
    description = "Status command for sway's swaybar implementing the swaybar-protocol";
    homepage = "https://git.sr.ht/~tsdh/swayr#a-idswayrbarswayrbara";
    changelog = "https://git.sr.ht/~tsdh/swayr/tree/main/item/swayrbar/NEWS.md";
    license = with lib.licenses; [ gpl3Plus ];
    platforms = lib.platforms.linux;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ ilkecan ];
    mainProgram = "swayrbar";
  };
}