linuxwave: adopted by puiyq (#464906)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user