guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/14: gnu: python-pyyaml: Update home page.


From: guix-commits
Subject: 02/14: gnu: python-pyyaml: Update home page.
Date: Wed, 4 Mar 2020 15:05:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7509f34fab174e704b4d4d1e465249076502f27e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:28:26 2020 +0100

    gnu: python-pyyaml: Update home page.
    
    * gnu/packages/python-xyz.scm (python-pyyaml)[home-page]: Link to
    the (HTTPS) front page.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f3519b7..46b99a4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2337,7 +2337,7 @@ environments and back.")
     (build-system python-build-system)
     (inputs
      `(("libyaml" ,libyaml)))
-    (home-page "http://pyyaml.org/wiki/PyYAML";)
+    (home-page "https://pyyaml.org";)
     (synopsis "YAML parser and emitter for Python")
     (description
      "PyYAML is a YAML parser and emitter for Python.  PyYAML features a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]