mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: fpc: Use HTTPS home page URI.
* gnu/packages/pascal.scm (fpc)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
b27013d20f
commit
ef7eaeedc0
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ (define-public fpc
|
|||
#t)))))))
|
||||
;; fpc invokes gcc, so make sure LIBRARY_PATH et.al are set.
|
||||
;(native-search-paths (package-native-search-paths gcc))
|
||||
(home-page "http://www.freepascal.org")
|
||||
(home-page "https://www.freepascal.org")
|
||||
(synopsis "The Free Pascal Compiler")
|
||||
(description
|
||||
"Free Pascal is a professional Object Pascal compiler. It supports the
|
||||
|
|
Loading…
Reference in a new issue