ansel: add mbornand as maintainer
This commit is contained in:
parent
fabd6242e2
commit
ecb90c5bc8
@ -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";
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user