tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ansel: add mbornand as maintainer
Marc Bornand
6 months ago
ecb90c5b
fabd6242
+7
-1
2 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
pkgs
by-name
an
ansel
package.nix
+6
maintainers/maintainer-list.nix
···
16017
githubId = 51356;
16018
name = "Mathieu Boespflug";
16019
};
0
0
0
0
0
0
16020
mbprtpmnr = {
16021
name = "mbprtpmnr";
16022
email = "mbprtpmnr@pm.me";
···
16017
githubId = 51356;
16018
name = "Mathieu Boespflug";
16019
};
16020
+
mBornand = {
16021
+
email = "dev.mbornand@systemb.ch";
16022
+
github = "mBornand";
16023
+
githubId = 63592189;
16024
+
name = "Marc Bornand";
16025
+
};
16026
mbprtpmnr = {
16027
name = "mbprtpmnr";
16028
email = "mbprtpmnr@pm.me";
+1
-1
pkgs/by-name/an/ansel/package.nix
···
183
description = "Darktable fork minus the bloat plus some design vision";
184
homepage = "https://ansel.photos/";
185
license = lib.licenses.gpl3Plus;
186
-
maintainers = with lib.maintainers; [ ];
187
mainProgram = "ansel";
188
platforms = lib.platforms.linux;
189
};
···
183
description = "Darktable fork minus the bloat plus some design vision";
184
homepage = "https://ansel.photos/";
185
license = lib.licenses.gpl3Plus;
186
+
maintainers = with lib.maintainers; [ mBornand ];
187
mainProgram = "ansel";
188
platforms = lib.platforms.linux;
189
};