From ce145aa6dfd0a4e401409fb8309bd8eb0b417b6f Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Sat, 10 Feb 2024 16:49:04 -0700 Subject: [PATCH] fixed last linting issue --- skg/packages/melonds.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skg/packages/melonds.scm b/skg/packages/melonds.scm index 017ff31..da8c27b 100644 --- a/skg/packages/melonds.scm +++ b/skg/packages/melonds.scm @@ -50,5 +50,7 @@ (home-page "https://github.com/melonDS-emu/melonDS") (synopsis "DS emulator, sorta") (description - "DS emulator, sorta. The goal is to do things right and fast, akin to blargSNES (but hopefully better). But also to, you know, have a fun challenge :)") + "DS emulator, sorta. + The goal is to do things right and fast, akin to blargSNES (but hopefully better). + But also to, you know, have a fun challenge :)") (license license:gpl3)))