Unverified Commit 6a43370a authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files

vikunja: add adamcstephens to maintainers

parent 68e13f1c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -146,7 +146,10 @@ buildGoModule {
    description = "Todo-app to organize your life";
    homepage = "https://vikunja.io/";
    license = lib.licenses.agpl3Plus;
    maintainers = with lib.maintainers; [ leona ];
    maintainers = with lib.maintainers; [
      leona
      adamcstephens
    ];
    mainProgram = "vikunja";
    platforms = lib.platforms.linux;
  };