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:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user