Skip to content

Commit

Permalink
famistudio: remove with lib;
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Dec 4, 2024
1 parent 7336332 commit 6498028
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/by-name/fa/famistudio/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,18 @@ buildDotnetModule rec {

passthru.updateScript = ./update.sh;

meta = with lib; {
meta = {
homepage = "https://famistudio.org/";
description = "NES Music Editor";
longDescription = ''
FamiStudio is very simple music editor for the Nintendo Entertainment System
or Famicom. It is targeted at both chiptune artists and NES homebrewers.
'';
license = licenses.mit;
maintainers = with maintainers; [ OPNA2608 ];
platforms = platforms.unix;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
OPNA2608
];
platforms = lib.platforms.unix;
mainProgram = "FamiStudio";
};
}

0 comments on commit 6498028

Please sign in to comment.