gnu: brdf-explorer: Use HTTPS source URL.
* gnu/packages/graphics.scm (brdf-explorer)[source]: Use HTTPS URL.
This commit is contained in:
parent
7bf837fd43
commit
b53fa16f9c
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ (define-public brdf-explorer
|
|||
;; so use the latest revision.
|
||||
(method svn-fetch)
|
||||
(uri (svn-reference
|
||||
(url "http://github.com/wdas/brdf")
|
||||
(url "https://github.com/wdas/brdf")
|
||||
(revision (string->number version))))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue