audiobookshelf: add adamcstephens to maintainers

This commit is contained in:
Adam Stephens
2024-01-18 14:27:59 -05:00
parent 3df632c2fb
commit bb693ed6b6
+1 -1
View File
@@ -70,7 +70,7 @@ in buildNpmPackage {
description = "Self-hosted audiobook and podcast server";
changelog = "https://github.com/advplyr/audiobookshelf/releases/tag/v${version}";
license = licenses.gpl3;
maintainers = [ maintainers.jvanbruegge ];
maintainers = [ maintainers.jvanbruegge maintainers.adamcstephens ];
platforms = platforms.linux;
mainProgram = "audiobookshelf";
};