gnu: indent: Cosmetic change.
* gnu/packages/indent.scm (indent): Use #:renamer on licenses to be better
    suited as an example for packaging.
			
			
This commit is contained in:
		
							parent
							
								
									75ca2f4f47
								
							
						
					
					
						commit
						911b1b9cb6
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -18,7 +18,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-module (gnu packages indent)
 | 
					(define-module (gnu packages indent)
 | 
				
			||||||
  #:use-module (gnu packages)
 | 
					  #:use-module (gnu packages)
 | 
				
			||||||
  #:use-module (guix licenses)
 | 
					  #:use-module ((guix licenses)
 | 
				
			||||||
 | 
					                #:renamer (symbol-prefix-proc 'license:))
 | 
				
			||||||
  #:use-module (guix packages)
 | 
					  #:use-module (guix packages)
 | 
				
			||||||
  #:use-module (guix download)
 | 
					  #:use-module (guix download)
 | 
				
			||||||
  #:use-module (guix build-system gnu))
 | 
					  #:use-module (guix build-system gnu))
 | 
				
			||||||
| 
						 | 
					@ -40,5 +41,5 @@
 | 
				
			||||||
from one style of writing C to another. Indent understands a substantial
 | 
					from one style of writing C to another. Indent understands a substantial
 | 
				
			||||||
amount about the syntax of C, but it also attempts to cope with incomplete
 | 
					amount about the syntax of C, but it also attempts to cope with incomplete
 | 
				
			||||||
and misformed syntax. The GNU style of indenting is the default.")
 | 
					and misformed syntax. The GNU style of indenting is the default.")
 | 
				
			||||||
   (license gpl3+)
 | 
					   (license license:gpl3+)
 | 
				
			||||||
   (home-page "http://www.gnu.org/software/indent/")))
 | 
					   (home-page "http://www.gnu.org/software/indent/")))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue