Archived
1
0
Fork 0

gnu: Update URLs of migrated repositories.

* gnu/packages/lisp-xyz.scm (sbcl-bst, sbcl-cl-octet-streams, sbcl-lzlib,
  sbcl-simple-parallel-tasks, sbcl-cl-z85, sbcl-utm-ups, sbcl-mgrs,
  sbcl-maidenhead, sbcl-olc, sbcl-simple-neural-network, sbcl-zstd)[source,
  home-page]: Use codeberg URL instead of github one.
* gnu/packages/radio.scm (convert-samples)[source, home-page]: Likewise.
This commit is contained in:
Guillaume Le Vaillant 2023-03-21 15:14:44 +01:00
parent 9137df26bb
commit d377cfbd11
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F
2 changed files with 24 additions and 24 deletions

View file

@ -8676,7 +8676,7 @@ system.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/glv2/bst") (url "https://codeberg.org/glv/bst")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
@ -8688,7 +8688,7 @@ system.")
(description (description
"BST is a Common Lisp library for working with binary search trees that "BST is a Common Lisp library for working with binary search trees that
can contain any kind of values.") can contain any kind of values.")
(home-page "https://github.com/glv2/bst") (home-page "https://codeberg.org/glv/bst")
(license license:gpl3)))) (license license:gpl3))))
(define-public cl-bst (define-public cl-bst
@ -8734,7 +8734,7 @@ octet streams analogous to string streams.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/glv2/cl-octet-streams") (url "https://codeberg.org/glv/cl-octet-streams")
(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
@ -8749,7 +8749,7 @@ octet streams analogous to string streams.")
"CL-octet-streams is a library implementing in-memory octet "CL-octet-streams is a library implementing in-memory octet
streams for Common Lisp. It was inspired by the trivial-octet-streams and streams for Common Lisp. It was inspired by the trivial-octet-streams and
cl-plumbing libraries.") cl-plumbing libraries.")
(home-page "https://github.com/glv2/cl-octet-streams") (home-page "https://codeberg.org/glv/cl-octet-streams")
(license license:gpl3+))) (license license:gpl3+)))
(define-public cl-octet-streams (define-public cl-octet-streams
@ -8768,7 +8768,7 @@ cl-plumbing libraries.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/glv2/cl-lzlib") (url "https://codeberg.org/glv/cl-lzlib")
(commit commit))) (commit commit)))
(file-name (git-file-name "cl-lzlib" version)) (file-name (git-file-name "cl-lzlib" version))
(sha256 (sha256
@ -8793,7 +8793,7 @@ cl-plumbing libraries.")
(description (description
"This Common Lisp library provides functions for lzip (LZMA) "This Common Lisp library provides functions for lzip (LZMA)
compression/decompression using bindings to the lzlib C library.") compression/decompression using bindings to the lzlib C library.")
(home-page "https://github.com/glv2/cl-lzlib") (home-page "https://codeberg.org/glv/cl-lzlib")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public cl-lzlib (define-public cl-lzlib
@ -9296,7 +9296,7 @@ Clojure, as well as several expansions on the idea.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/glv2/simple-parallel-tasks") (url "https://codeberg.org/glv/simple-parallel-tasks")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
@ -9309,7 +9309,7 @@ Clojure, as well as several expansions on the idea.")
(synopsis "Common Lisp library to evaluate some forms in parallel") (synopsis "Common Lisp library to evaluate some forms in parallel")
(description "This is a simple Common Lisp library to evaluate some (description "This is a simple Common Lisp library to evaluate some
forms in parallel.") forms in parallel.")
(home-page "https://github.com/glv2/simple-parallel-tasks") (home-page "https://codeberg.org/glv/simple-parallel-tasks")
(license license:gpl3)))) (license license:gpl3))))
(define-public cl-simple-parallel-tasks (define-public cl-simple-parallel-tasks
@ -10853,7 +10853,7 @@ defined in RFC4648.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/glv2/cl-z85") (url "https://codeberg.org/glv/cl-z85")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
@ -10866,7 +10866,7 @@ defined in RFC4648.")
"This package provides functions to encode or decode byte vectors or "This package provides functions to encode or decode byte vectors or
byte streams using the Z85 format, which is a base-85 encoding used by byte streams using the Z85 format, which is a base-85 encoding used by
ZeroMQ.") ZeroMQ.")
(home-page "https://github.com/glv2/cl-z85") (home-page "https://codeberg.org/glv/cl-z85")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public cl-z85 (define-public cl-z85
@ -15788,7 +15788,7 @@ scale statistical machine learning package")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/glv2/utm-ups") (url "https://codeberg.org/glv/utm-ups")
(commit commit))) (commit commit)))
(file-name (git-file-name "utm-ups" version)) (file-name (git-file-name "utm-ups" version))
(sha256 (sha256
@ -15802,7 +15802,7 @@ scale statistical machine learning package")
"This a Common Lisp library to convert geographic coordinates between "This a Common Lisp library to convert geographic coordinates between
latitude/longitude and UTM (Universal Transverse Mercator) or UPS (Universal latitude/longitude and UTM (Universal Transverse Mercator) or UPS (Universal
Polar Stereographic).") Polar Stereographic).")
(home-page "https://github.com/glv2/utm-ups") (home-page "https://codeberg.org/glv/utm-ups")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public cl-utm-ups (define-public cl-utm-ups
@ -15821,7 +15821,7 @@ Polar Stereographic).")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/glv2/mgrs") (url "https://codeberg.org/glv/mgrs")
(commit commit))) (commit commit)))
(file-name (git-file-name "cl-mgrs" version)) (file-name (git-file-name "cl-mgrs" version))
(sha256 (sha256
@ -15836,7 +15836,7 @@ Polar Stereographic).")
(description (description
"This a Common Lisp library to convert geographic coordinates between "This a Common Lisp library to convert geographic coordinates between
latitude/longitude and MGRS.") latitude/longitude and MGRS.")
(home-page "https://github.com/glv2/mgrs") (home-page "https://codeberg.org/glv/mgrs")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public cl-mgrs (define-public cl-mgrs
@ -15855,7 +15855,7 @@ latitude/longitude and MGRS.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/glv2/maidenhead") (url "https://codeberg.org/glv/maidenhead")
(commit commit))) (commit commit)))
(file-name (git-file-name "cl-maidenhead" version)) (file-name (git-file-name "cl-maidenhead" version))
(sha256 (sha256
@ -15868,7 +15868,7 @@ latitude/longitude and MGRS.")
(description (description
"This a Common Lisp library to convert geographic coordinates between "This a Common Lisp library to convert geographic coordinates between
latitude/longitude and Maidenhead locator system.") latitude/longitude and Maidenhead locator system.")
(home-page "https://github.com/glv2/maidenhead") (home-page "https://codeberg.org/glv/maidenhead")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public cl-maidenhead (define-public cl-maidenhead
@ -15887,7 +15887,7 @@ latitude/longitude and Maidenhead locator system.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/glv2/olc") (url "https://codeberg.org/glv/olc")
(commit commit))) (commit commit)))
(file-name (git-file-name "cl-olc" version)) (file-name (git-file-name "cl-olc" version))
(sha256 (sha256
@ -15900,7 +15900,7 @@ latitude/longitude and Maidenhead locator system.")
(description (description
"This a Common Lisp library to convert geographic coordinates between "This a Common Lisp library to convert geographic coordinates between
latitude/longitude and Open Location Code.") latitude/longitude and Open Location Code.")
(home-page "https://github.com/glv2/olc") (home-page "https://codeberg.org/glv/olc")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public cl-olc (define-public cl-olc
@ -16467,7 +16467,7 @@ Service (S3) and CloudFront service from Common Lisp.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/glv2/simple-neural-network") (url "https://codeberg.org/glv/simple-neural-network")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name "simple-neural-network" version)) (file-name (git-file-name "simple-neural-network" version))
(sha256 (sha256
@ -16491,7 +16491,7 @@ Service (S3) and CloudFront service from Common Lisp.")
"@code{simple-neural-network} is a Common Lisp library for creating, "@code{simple-neural-network} is a Common Lisp library for creating,
training and using basic neural networks. The networks created by this training and using basic neural networks. The networks created by this
library are feedforward neural networks trained using backpropagation.") library are feedforward neural networks trained using backpropagation.")
(home-page "https://github.com/glv2/simple-neural-network") (home-page "https://codeberg.org/glv/simple-neural-network")
(license license:gpl3+))) (license license:gpl3+)))
(define-public cl-simple-neural-network (define-public cl-simple-neural-network
@ -16510,7 +16510,7 @@ library are feedforward neural networks trained using backpropagation.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/glv2/cl-zstd") (url "https://codeberg.org/glv/cl-zstd")
(commit commit))) (commit commit)))
(file-name (git-file-name "cl-zstd" version)) (file-name (git-file-name "cl-zstd" version))
(sha256 (sha256
@ -16534,7 +16534,7 @@ library are feedforward neural networks trained using backpropagation.")
(description (description
"This Common Lisp library provides functions for Zstandard "This Common Lisp library provides functions for Zstandard
compression/decompression using bindings to the libzstd C library.") compression/decompression using bindings to the libzstd C library.")
(home-page "https://github.com/glv2/cl-zstd") (home-page "https://codeberg.org/glv/cl-zstd")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public cl-zstd (define-public cl-zstd

View file

@ -2160,7 +2160,7 @@ program that can be used to build simple signal processing flow graphs.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/glv2/convert-samples") (url "https://codeberg.org/glv/convert-samples")
(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
@ -2192,7 +2192,7 @@ Supported formats:
@item cu32: complex made of unsigned 32 bit integers @item cu32: complex made of unsigned 32 bit integers
@item cf32: complex made of 32 bit floats @item cf32: complex made of 32 bit floats
@end itemize") @end itemize")
(home-page "https://github.com/glv2/convert-samples") (home-page "https://codeberg.org/glv/convert-samples")
(license license:gpl3+))) (license license:gpl3+)))
(define-public serialdv (define-public serialdv