treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation
|
||||
name = "tkcvs-8.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/tkcvs/tkcvs_8_2_1.tar.gz;
|
||||
url = "mirror://sourceforge/tkcvs/tkcvs_8_2_1.tar.gz";
|
||||
sha256 = "0kvj6rcx1153wq0n1lmd8imbrki6xy5wxghwzlb9i15l65sclg3i";
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://tkcvs.sourceforge.io;
|
||||
homepage = "https://tkcvs.sourceforge.io";
|
||||
description = "TCL/TK GUI for cvs and subversion";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user