Commit ecb90c5b authored by Marc Bornand's avatar Marc Bornand
Browse files

ansel: add mbornand as maintainer

parent fabd6242
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -16017,6 +16017,12 @@
    githubId = 51356;
    name = "Mathieu Boespflug";
  };
  mBornand = {
    email = "dev.mbornand@systemb.ch";
    github = "mBornand";
    githubId = 63592189;
    name = "Marc Bornand";
  };
  mbprtpmnr = {
    name = "mbprtpmnr";
    email = "mbprtpmnr@pm.me";
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ stdenv.mkDerivation {
    description = "Darktable fork minus the bloat plus some design vision";
    homepage = "https://ansel.photos/";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ ];
    maintainers = with lib.maintainers; [ mBornand ];
    mainProgram = "ansel";
    platforms = lib.platforms.linux;
  };