gnu: libndp: Use HTTPS.
* gnu/packages/networking.scm (libndp)[source]: Hard-code NAME. Use HTTPS. [home-page]: Use HTTPS.
This commit is contained in:
		
							parent
							
								
									ec3cff2d7f
								
							
						
					
					
						commit
						5ebab403b1
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -603,13 +603,13 @@ containing both Producer and Consumer support.")
 | 
				
			||||||
    (version "1.7")
 | 
					    (version "1.7")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://libndp.org/files/"
 | 
					              (uri (string-append "https://libndp.org/files/"
 | 
				
			||||||
                                  name "-" version ".tar.gz"))
 | 
					                                  "libndp-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1dlinhl39va00v55qygjc9ap77yqf7xvn4rwmvdr49xhzzxhlj1c"))))
 | 
					                "1dlinhl39va00v55qygjc9ap77yqf7xvn4rwmvdr49xhzzxhlj1c"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (home-page "http://libndp.org/")
 | 
					    (home-page "https://libndp.org/")
 | 
				
			||||||
    (synopsis "Library for Neighbor Discovery Protocol")
 | 
					    (synopsis "Library for Neighbor Discovery Protocol")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "libndp contains a library which provides a wrapper for IPv6 Neighbor
 | 
					     "libndp contains a library which provides a wrapper for IPv6 Neighbor
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue