Unverified Commit 1bf991d3 authored by seth's avatar seth
Browse files

ncspot: add getchoo as maintainer

parent dc2097df
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -94,7 +94,10 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/hrkfdn/ncspot";
    changelog = "https://github.com/hrkfdn/ncspot/releases/tag/v${version}";
    license = lib.licenses.bsd2;
    maintainers = with lib.maintainers; [ liff ];
    maintainers = with lib.maintainers; [
      liff
      getchoo
    ];
    mainProgram = "ncspot";
  };
}