gnu: python-myhdl: Update home page URL.

* gnu/packages/fpga.scm (python-myhdl) [home-page]: Use HTTP, as the
TLS certificate is expired/invalid.

Change-Id: I095e6509b8ba01aec2d0f7a78025adfa92a98842
This commit is contained in:
Maxim Cournoyer 2025-08-25 09:55:10 +09:00
parent 27a4af383f
commit e705e1bbeb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -615,7 +615,7 @@ Python program.")
(base32
"0b360smk2m60vhxdi837hz75m0pnms477wkn9gh6m4v3nih1v4cx"))))
(build-system python-build-system)
(home-page "https://www.myhdl.org/")
(home-page "http://www.myhdl.org/")
(synopsis "Python as a Hardware Description Language")
(description "This package provides a library to turn Python into
a hardware description and verification language.")