treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -71,8 +71,8 @@ let ccache = stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Compiler cache for fast recompilation of C/C++ code";
|
||||
homepage = http://ccache.samba.org/;
|
||||
downloadPage = https://ccache.samba.org/download.html;
|
||||
homepage = "http://ccache.samba.org/";
|
||||
downloadPage = "https://ccache.samba.org/download.html";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user