famistudio: remove with lib;

This commit is contained in:
Gutyina Gergő 2024-12-04 21:14:15 +01:00
parent 73363329ba
commit 6498028369
No known key found for this signature in database

View File

@ -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";
};
}