gnu: sbcl-closure-common: Use official home-page.
* gnu/packages/lisp.scm (sbcl-closure-common)[home-page]: Do it.
This commit is contained in:
		
							parent
							
								
									1d8d87ddf7
								
							
						
					
					
						commit
						c51db1dd36
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5954,12 +5954,12 @@ floating point values to IEEE 754 binary representation.")
 | 
				
			||||||
      (name "sbcl-closure-common")
 | 
					      (name "sbcl-closure-common")
 | 
				
			||||||
      (build-system asdf-build-system/sbcl)
 | 
					      (build-system asdf-build-system/sbcl)
 | 
				
			||||||
      (version (git-version "20101006" revision commit))
 | 
					      (version (git-version "20101006" revision commit))
 | 
				
			||||||
      (home-page "https://github.com/sharplispers/closure-common")
 | 
					      (home-page "https://common-lisp.net/project/cxml/")
 | 
				
			||||||
      (source
 | 
					      (source
 | 
				
			||||||
       (origin
 | 
					       (origin
 | 
				
			||||||
         (method git-fetch)
 | 
					         (method git-fetch)
 | 
				
			||||||
         (uri (git-reference
 | 
					         (uri (git-reference
 | 
				
			||||||
               (url home-page)
 | 
					               (url "https://github.com/sharplispers/closure-common")
 | 
				
			||||||
               (commit commit)))
 | 
					               (commit commit)))
 | 
				
			||||||
         (file-name (git-file-name name version))
 | 
					         (file-name (git-file-name name version))
 | 
				
			||||||
         (sha256
 | 
					         (sha256
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue