linuxwave: adopted by puiyq (#464906)

This commit is contained in:
Aleksana
2025-11-25 12:33:20 +00:00
committed by GitHub
+2 -2
View File
@@ -38,9 +38,9 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://github.com/orhun/linuxwave";
description = "Generate music from the entropy of Linux";
changelog = "https://github.com/orhun/linuxwave/blob/${finalAttrs.src.rev}/CHANGELOG.md";
changelog = "https://github.com/orhun/linuxwave/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ puiyq ];
inherit (zig.meta) platforms;
mainProgram = "linuxwave";
};