gnu: python-sphinx: Fix license.
* gnu/packages/sphinx.scm (python-sphinx)[license]: Change to BSD-2.
This commit is contained in:
		
							parent
							
								
									f574b172e5
								
							
						
					
					
						commit
						50bb74d0f2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -98,7 +98,7 @@ | |||
|     (description "Sphinx is a tool that makes it easy to create documentation | ||||
| for Python projects or other documents consisting of multiple reStructuredText | ||||
| sources.") | ||||
|     (license license:bsd-3) | ||||
|     (license license:bsd-2) | ||||
|     (properties `((python2-variant . ,(delay python2-sphinx)))))) | ||||
| 
 | ||||
| ;; Sphinx 2 does not support Python 2, so we stick with this older version here. | ||||
|  |  | |||
		Reference in a new issue