sillytavern: Added Notarin as a maintainer

Due to a disagreement with how things were done in nixpkgs, I took it upon myself to maintain my own slightly different derivation in a flake.
I noticed I keep my derivation fresh more consistently than nixpkgs, so I figured it is in everyones best interest for me to adopt this package and maintain it alongside my own.
This commit is contained in:
Notarin Steele
2026-05-14 09:51:21 -04:00
parent fe057ffe8d
commit 9909ebc2a6
+1 -1
View File
@@ -36,6 +36,6 @@ buildNpmPackage (finalAttrs: {
homepage = "https://docs.sillytavern.app/";
mainProgram = "sillytavern";
license = lib.licenses.agpl3Only;
maintainers = [ lib.maintainers.wrvsrx ];
maintainers = [ lib.maintainers.wrvsrx lib.maintainers.Notarin ];
};
})