gnu: python-blinker: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-blinker)[home-page]: Use HTTPS.
This commit is contained in:
		
							parent
							
								
									1911513825
								
							
						
					
					
						commit
						d46646d9c7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -3201,7 +3201,7 @@ feature-set for programming Python effectively.")
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1dpq0vb01p36jjwbhhd08ylvrnyvcc82yxx3mwjx6awrycjyw6j7"))))
 | 
					         "1dpq0vb01p36jjwbhhd08ylvrnyvcc82yxx3mwjx6awrycjyw6j7"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (home-page "http://pythonhosted.org/blinker/")
 | 
					    (home-page "https://pythonhosted.org/blinker/")
 | 
				
			||||||
    (synopsis "Fast, simple object-to-object and broadcast signaling")
 | 
					    (synopsis "Fast, simple object-to-object and broadcast signaling")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Blinker provides a fast dispatching system that allows any number of
 | 
					     "Blinker provides a fast dispatching system that allows any number of
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue