From 225d1fb77e6c9f9be1ffd65c8e5eb9cf583aa698 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sat, 25 Mar 2023 16:03:16 +0100 Subject: [PATCH] hstr: fix sorting in CODEOWNERS --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c3b3bee54..faa4a31fa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -144,6 +144,8 @@ Makefile @thiagokokada /modules/programs/home-manager.nix @rycee +/modules/programs/hstr.nix @Dines97 + /modules/programs/htop.nix @bjpbakker /tests/modules/htop @bjpbakker @@ -587,5 +589,3 @@ Makefile @thiagokokada /modules/xresources.nix @rycee /modules/xsession.nix @rycee - -/modules/programs/hstr.nix @Dines97