Skip to content

Commit

Permalink
Update pkgs/by-name/xw/xwax/package.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Bargfeldt <[email protected]>
  • Loading branch information
obsoleszenz and Defelo authored Feb 1, 2025
1 parent 3b949e5 commit ed4de17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/xw/xwax/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';

meta = with lib; {
meta = {
homepage = "https://xwax.org";
description = "Digital vinyl on Linux";
mainProgram = "xwax";
license = licenses.gpl3Only;
maintainers = with maintainers; [ obsoleszenz ];
platforms = platforms.linux;
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ obsoleszenz ];
platforms = lib.platforms.linux;
};
})

0 comments on commit ed4de17

Please sign in to comment.