Unverified Commit 3fb39426 authored by Lu Wang's avatar Lu Wang
Browse files

cinny-{unwrapped,desktop}: add rebmit to maintainers

parent f7828329
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    homepage = "https://github.com/cinnyapp/cinny-desktop";
    maintainers = with lib.maintainers; [
      qyriad
      rebmit
      ryand56
    ];
    license = lib.licenses.agpl3Only;
+4 −1
Original line number Diff line number Diff line
@@ -51,7 +51,10 @@ buildNpmPackage rec {
  meta = {
    description = "Yet another Matrix client for the web";
    homepage = "https://cinny.in/";
    maintainers = with lib.maintainers; [ abbe ];
    maintainers = with lib.maintainers; [
      abbe
      rebmit
    ];
    license = lib.licenses.agpl3Only;
    platforms = lib.platforms.all;
  };