We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 245ba8b + 9bb4fa9 commit c97008eCopy full SHA for c97008e
pkgs/applications/editors/emacs/sources.nix
@@ -50,14 +50,16 @@ let
50
"macport" = "https://bitbucket.org/mituharu/emacs-mac/raw/${rev}/NEWS-mac";
51
}.${variant};
52
license = lib.licenses.gpl3Plus;
53
- maintainers = with lib.maintainers; [
54
- AndersonTorres
55
- adisbladis
56
- jwiegley
57
- lovek323
58
- matthewbauer
59
- # atemu for issues relating to Macport
60
- ];
+ maintainers = {
+ "mainline" = with lib.maintainers; [
+ AndersonTorres
+ adisbladis
+ jwiegley
+ lovek323
+ matthewbauer
+ ];
61
+ "macport" = with lib.maintainers; [ ];
62
+ }.${variant};
63
platforms = {
64
"mainline" = lib.platforms.all;
65
"macport" = lib.platforms.darwin;
0 commit comments