diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-11-08 22:39:15 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-11-08 22:43:40 +0200 |
commit | 465ef8f12b182be7381ecf2fb7781f7f1923ddd5 (patch) | |
tree | b008455a58114b69eae2cc4aab598c792362eda4 /gnu/packages/assembly.scm | |
parent | 77948afdea8d1d155ca412035f6023825fa2053a (diff) |
gnu: rgbds: Update source URI.
* gnu/packages/assembly.scm (rgbds)[source, home-page]: Update to new URI.
Diffstat (limited to 'gnu/packages/assembly.scm')
-rw-r--r-- | gnu/packages/assembly.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index 12954c9c1f..7cd45cca9d 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -265,7 +265,7 @@ runtime") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/rednex/rgbds") + (url "https://github.com/gbdev/rgbds") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -292,7 +292,7 @@ runtime") ("util-linux" ,util-linux))) (inputs `(("libpng" ,libpng))) - (home-page "https://github.com/rednex/rgbds") + (home-page "https://github.com/gbdev/rgbds") (synopsis "Rednex Game Boy Development System") (description "RGBDS (Rednex Game Boy Development System) is an assembler/linker |