From a9db1f9554d42cdeb7c8ba5b118c7e8e1cfa4c50 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Sat, 10 Feb 2024 16:41:03 -0700 Subject: [PATCH] fixed more linting issues --- skg/packages/melonds.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skg/packages/melonds.scm b/skg/packages/melonds.scm index 723368c..f4db0e9 100644 --- a/skg/packages/melonds.scm +++ b/skg/packages/melonds.scm @@ -25,7 +25,7 @@ (origin (method git-fetch) (uri (git-reference - (url "https://github.com/melonDS-emu/melonDS.git") + (url "https://github.com/melonDS-emu/melonDS") (commit "0.9.5"))) (file-name (git-file-name name version)) (sha256 (base32 "0c4hhs5mffj43pa2y18k70q6szc09m8yj0gqw2svszpvpz2n91cz"))))