From 57be8b9a8f94d15d32d318786e85a90daab57c34 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Sat, 10 Feb 2024 16:37:36 -0700 Subject: [PATCH] fixed more linting errors --- skg/packages/melonds.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skg/packages/melonds.scm b/skg/packages/melonds.scm index 8345a35..723368c 100644 --- a/skg/packages/melonds.scm +++ b/skg/packages/melonds.scm @@ -38,6 +38,6 @@ #:tests? #f #:build-type "Release")) (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 :)") + (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 :)") (license license:gpl3)))