gnu: grfcodec: Use HTTPS home page URI.
* gnu/packages/game-development.scm (grfcodec)[home-page]: Use HTTPS URI.
This commit is contained in:
		
							parent
							
								
									bf8e10051b
								
							
						
					
					
						commit
						0661638f5e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -240,7 +240,7 @@ with a specific task:
 | 
				
			||||||
@item @code{nforenum} checks NFO code for errors, making corrections when
 | 
					@item @code{nforenum} checks NFO code for errors, making corrections when
 | 
				
			||||||
necessary.
 | 
					necessary.
 | 
				
			||||||
@end enumerate")
 | 
					@end enumerate")
 | 
				
			||||||
    (home-page "http://dev.openttdcoop.org/projects/grfcodec")
 | 
					    (home-page "https://dev.openttdcoop.org/projects/grfcodec")
 | 
				
			||||||
    ;; GRFCodec, GRFID, and GRFStrip are exclusively under the GPL2.
 | 
					    ;; GRFCodec, GRFID, and GRFStrip are exclusively under the GPL2.
 | 
				
			||||||
    ;; NFORenum is under the GPL2+.
 | 
					    ;; NFORenum is under the GPL2+.
 | 
				
			||||||
    ;; The MD5 implementation contained in GRFID is under the zlib license.
 | 
					    ;; The MD5 implementation contained in GRFID is under the zlib license.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue