Unverified Commit bb693ed6 authored by Adam Stephens's avatar Adam Stephens
Browse files

audiobookshelf: add adamcstephens to maintainers

parent 3df632c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };