import: cpan: Fix license string for Artistic license.
* guix/import/cpan.scm (string->license): Remove extraneous "_0" suffix for Artistics licenses.
This commit is contained in:
		
							parent
							
								
									ae6904dc0b
								
							
						
					
					
						commit
						47945cf353
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -49,8 +49,8 @@
 | 
				
			||||||
   ("agpl_3" 'agpl3)
 | 
					   ("agpl_3" 'agpl3)
 | 
				
			||||||
   ;; apache_1_1
 | 
					   ;; apache_1_1
 | 
				
			||||||
   ("apache_2_0" 'asl2.0)
 | 
					   ("apache_2_0" 'asl2.0)
 | 
				
			||||||
   ;; artistic_1_0
 | 
					   ;; artistic_1
 | 
				
			||||||
   ("artistic_2_0" 'artistic2.0)
 | 
					   ("artistic_2" 'artistic2.0)
 | 
				
			||||||
   ("bsd" 'bsd-3)
 | 
					   ("bsd" 'bsd-3)
 | 
				
			||||||
   ("freebsd" 'bsd-2)
 | 
					   ("freebsd" 'bsd-2)
 | 
				
			||||||
   ;; gfdl_1_2
 | 
					   ;; gfdl_1_2
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue