Unverified Commit 1ccfaf16 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

linuxwave: adopted by puiyq (#464906)

parents 23871bbc 8b064c1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
  };