gnu: emacs-ebib: Use HTTPS home page.
* gnu/packages/emacs-xyz.scm (emacs-ebib)[home-page]: Use HTTPS.
This commit is contained in:
		
							parent
							
								
									7942a129b1
								
							
						
					
					
						commit
						23518188fd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -12618,7 +12618,7 @@ files to be expanded upon opening them.")
 | 
				
			||||||
      (build-system emacs-build-system)
 | 
					      (build-system emacs-build-system)
 | 
				
			||||||
      (propagated-inputs
 | 
					      (propagated-inputs
 | 
				
			||||||
       `(("emacs-parsebib" ,emacs-parsebib)))
 | 
					       `(("emacs-parsebib" ,emacs-parsebib)))
 | 
				
			||||||
      (home-page "http://joostkremers.github.io/ebib/")
 | 
					      (home-page "https://joostkremers.github.io/ebib/")
 | 
				
			||||||
      (synopsis "BibTeX database manager for Emacs")
 | 
					      (synopsis "BibTeX database manager for Emacs")
 | 
				
			||||||
      (description
 | 
					      (description
 | 
				
			||||||
       "Ebib is a BibTeX database manager that runs in GNU Emacs.
 | 
					       "Ebib is a BibTeX database manager that runs in GNU Emacs.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue