gnu: python-pygobject: use home page of 3.x series.
* gnu/packages/glib.scm (python-pygobject)[home-page]: Use home page of the 3.x series of the pygobject bindings instead of the home page for the 2.x bindings.
This commit is contained in:
		
							parent
							
								
									f6f499b37e
								
							
						
					
					
						commit
						594a362b04
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -514,7 +514,7 @@ useful for C++.")
 | 
				
			||||||
     ;; test_callback_user_data_middle_single
 | 
					     ;; test_callback_user_data_middle_single
 | 
				
			||||||
     ;; test_callback_user_data_middle_tuple
 | 
					     ;; test_callback_user_data_middle_tuple
 | 
				
			||||||
     '(#:tests? #f))
 | 
					     '(#:tests? #f))
 | 
				
			||||||
    (home-page "https://pypi.python.org/pypi/PyGObject")
 | 
					    (home-page "https://live.gnome.org/PyGObject")
 | 
				
			||||||
    (synopsis "Python bindings for GObject")
 | 
					    (synopsis "Python bindings for GObject")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Python bindings for GLib, GObject, and GIO.")
 | 
					     "Python bindings for GLib, GObject, and GIO.")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue