ansel: add mbornand as maintainer

This commit is contained in:
Marc Bornand
2025-08-18 17:42:54 +02:00
parent fabd6242e2
commit ecb90c5bc8
2 changed files with 7 additions and 1 deletions
+6
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";
+1 -1
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;
};