ansel: add mbornand as maintainer

This commit is contained in:
Marc Bornand 2025-08-08 21:20:07 +02:00
parent fabd6242e2
commit ecb90c5bc8
2 changed files with 7 additions and 1 deletions

View File

@ -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";

View File

@ -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;
};