There was an error while loading. Please reload this page.
1 parent 466161e commit 586cd05Copy full SHA for 586cd05
1 file changed
pkgs/by-name/mo/moonshine/package.nix
@@ -122,7 +122,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
122
homepage = "https://github.com/hgaiser/moonshine";
123
changelog = "https://github.com/hgaiser/moonshine/releases/tag/v${finalAttrs.version}";
124
license = lib.licenses.bsd2;
125
- maintainers = with lib.maintainers; [ neobrain ];
+ maintainers = with lib.maintainers; [
126
+ neobrain
127
+ anish
128
+ ];
129
mainProgram = "moonshine";
130
platforms = lib.platforms.linux;
131
};
0 commit comments