gnu: srt2vtt: Update source URL.
* gnu/packages/video.scm (srt2vtt)[source]: Fetch sources from new URL.
This commit is contained in:
		
							parent
							
								
									51988e3a03
								
							
						
					
					
						commit
						152fc9594e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1438,7 +1438,7 @@ device without having to bother about the decryption.")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
                    "http://dthompson.us/releases/srt2vtt/srt2vtt-"
 | 
					                    "https://files.dthompson.us/srt2vtt/srt2vtt-"
 | 
				
			||||||
                    version ".tar.gz"))
 | 
					                    version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue