ly & nixos/ly: add zacharyarnaise as maintainer (#485030)

This commit is contained in:
Luna
2026-02-13 05:43:18 +00:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
@@ -166,5 +166,8 @@ in
};
};
meta.maintainers = with lib.maintainers; [ vonfry ];
meta.maintainers = with lib.maintainers; [
vonfry
zacharyarnaise
];
}
+3 -1
View File
@@ -63,7 +63,9 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://codeberg.org/fairyglade/ly";
license = lib.licenses.wtfpl;
mainProgram = "ly";
maintainers = with lib.maintainers; [ yiyu ];
maintainers = with lib.maintainers; [
zacharyarnaise
];
platforms = lib.platforms.unix;
};
})