mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	CONTACT_URL is unset in Makefile, but searx/brand.py and utils/brand.env are not updated. This commit fixes this issue.
		
			
				
	
	
		
			8 lines
		
	
	
		
			249 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			249 B
		
	
	
	
		
			Python
		
	
	
	
	
	
GIT_URL = 'https://github.com/searx/searx'
 | 
						|
GIT_BRANCH = 'master'
 | 
						|
ISSUE_URL = 'https://github.com/searx/searx/issues'
 | 
						|
SEARX_URL = 'https://searx.me'
 | 
						|
DOCS_URL = 'https://searx.github.io/searx'
 | 
						|
PUBLIC_INSTANCES = 'https://searx.space'
 | 
						|
CONTACT_URL = ''
 |