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

This commit is contained in:
Lu Wang
2026-02-23 22:48:37 +08:00
parent f782832984
commit 3fb39426c2
2 changed files with 5 additions and 1 deletions
@@ -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
View File
@@ -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;
};