Skip to content

Commit 6f1fc91

Browse files
authored
ly & nixos/ly: add zacharyarnaise as maintainer (#485030)
2 parents 7ad47a8 + b9d7346 commit 6f1fc91

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

nixos/modules/services/display-managers/ly.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,8 @@ in
166166
};
167167
};
168168

169-
meta.maintainers = with lib.maintainers; [ vonfry ];
169+
meta.maintainers = with lib.maintainers; [
170+
vonfry
171+
zacharyarnaise
172+
];
170173
}

pkgs/by-name/ly/ly/package.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ stdenv.mkDerivation (finalAttrs: {
6363
homepage = "https://codeberg.org/fairyglade/ly";
6464
license = lib.licenses.wtfpl;
6565
mainProgram = "ly";
66-
maintainers = with lib.maintainers; [ yiyu ];
66+
maintainers = with lib.maintainers; [
67+
zacharyarnaise
68+
];
6769
platforms = lib.platforms.unix;
6870
};
6971
})

0 commit comments

Comments
 (0)