Skip to content

Commit 9bb4fa9

Browse files
committed
emacs: refactor to fix maintainers of emacs-macport
1 parent 35c52ab commit 9bb4fa9

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pkgs/applications/editors/emacs/sources.nix

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,16 @@ let
5050
"macport" = "https://bitbucket.org/mituharu/emacs-mac/raw/${rev}/NEWS-mac";
5151
}.${variant};
5252
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-
];
53+
maintainers = {
54+
"mainline" = with lib.maintainers; [
55+
AndersonTorres
56+
adisbladis
57+
jwiegley
58+
lovek323
59+
matthewbauer
60+
];
61+
"macport" = with lib.maintainers; [ ];
62+
}.${variant};
6163
platforms = {
6264
"mainline" = lib.platforms.all;
6365
"macport" = lib.platforms.darwin;

0 commit comments

Comments
 (0)