Loading pkgs/by-name/li/linuxwave/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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"; }; Loading Loading
pkgs/by-name/li/linuxwave/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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"; }; Loading