gnu: rgbds: Update source URI.
* gnu/packages/assembly.scm (rgbds)[source, home-page]: Update to new URI.
This commit is contained in:
parent
77948afdea
commit
465ef8f12b
1 changed files with 2 additions and 2 deletions
|
@ -265,7 +265,7 @@ runtime")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/rednex/rgbds")
|
(url "https://github.com/gbdev/rgbds")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -292,7 +292,7 @@ runtime")
|
||||||
("util-linux" ,util-linux)))
|
("util-linux" ,util-linux)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libpng" ,libpng)))
|
`(("libpng" ,libpng)))
|
||||||
(home-page "https://github.com/rednex/rgbds")
|
(home-page "https://github.com/gbdev/rgbds")
|
||||||
(synopsis "Rednex Game Boy Development System")
|
(synopsis "Rednex Game Boy Development System")
|
||||||
(description
|
(description
|
||||||
"RGBDS (Rednex Game Boy Development System) is an assembler/linker
|
"RGBDS (Rednex Game Boy Development System) is an assembler/linker
|
||||||
|
|
Reference in a new issue