Skip to content

Commit 49256cb

Browse files
committed
scx: add myself as maintainer
1 parent 8582650 commit 49256cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/os-specific/linux/scx/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ let
2222
license = lib.licenses.gpl2Only;
2323
platforms = lib.platforms.linux;
2424
badPlatforms = [ "aarch64-linux" ];
25-
maintainers = with lib.maintainers; [ johnrtitor ];
25+
maintainers = with lib.maintainers; [
26+
johnrtitor
27+
Gliczy
28+
];
2629
};
2730
};
2831

0 commit comments

Comments
 (0)