ansel: add mbornand as maintainer

+7 -1
+6
maintainers/maintainer-list.nix
··· 16017 16017 githubId = 51356; 16018 16018 name = "Mathieu Boespflug"; 16019 16019 }; 16020 + mBornand = { 16021 + email = "dev.mbornand@systemb.ch"; 16022 + github = "mBornand"; 16023 + githubId = 63592189; 16024 + name = "Marc Bornand"; 16025 + }; 16020 16026 mbprtpmnr = { 16021 16027 name = "mbprtpmnr"; 16022 16028 email = "mbprtpmnr@pm.me";
+1 -1
pkgs/by-name/an/ansel/package.nix
··· 183 183 description = "Darktable fork minus the bloat plus some design vision"; 184 184 homepage = "https://ansel.photos/"; 185 185 license = lib.licenses.gpl3Plus; 186 - maintainers = with lib.maintainers; [ ]; 186 + maintainers = with lib.maintainers; [ mBornand ]; 187 187 mainProgram = "ansel"; 188 188 platforms = lib.platforms.linux; 189 189 };