gnu: emacs-jsonrpc: Correct URL.
* gnu/packages/emacs-xyz.scm (emacs-jsonrpc)[source]<url>: Drop trailing slash.
This commit is contained in:
		
							parent
							
								
									ff643b077c
								
							
						
					
					
						commit
						a5c876cdb2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -16401,7 +16401,7 @@ highlighting.") | |||
|        (origin | ||||
|          (method git-fetch) | ||||
|          (uri (git-reference | ||||
|                (url "https://git.savannah.gnu.org/git/emacs.git/") | ||||
|                (url "https://git.savannah.gnu.org/git/emacs.git") | ||||
|                (commit commit))) | ||||
|          (file-name (git-file-name name version)) | ||||
|          (sha256 | ||||
|  |  | |||
		Reference in a new issue