mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@
|
||||||
#t)))))))
|
#t)))))))
|
||||||
;; fpc invokes gcc, so make sure LIBRARY_PATH et.al are set.
|
;; fpc invokes gcc, so make sure LIBRARY_PATH et.al are set.
|
||||||
;(native-search-paths (package-native-search-paths gcc))
|
;(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")
|
(synopsis "The Free Pascal Compiler")
|
||||||
(description
|
(description
|
||||||
"Free Pascal is a professional Object Pascal compiler. It supports the
|
"Free Pascal is a professional Object Pascal compiler. It supports the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue