treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation ({
|
||||
pname = "tet";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz ;
|
||||
url = "http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz";
|
||||
sha256 = "1j57hv56df38w249l595b8rsgmsyvjkbysai03a9724gax5jl9av" ;
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation ({
|
||||
|
||||
meta = {
|
||||
description = "The Test Environment Toolkit is used in test applications like The Open Group's UNIX Certification program and the Free Standards Group's LSB Certification program";
|
||||
homepage = http://tetworks.opengroup.org/Products/tet.htm ;
|
||||
homepage = "http://tetworks.opengroup.org/Products/tet.htm";
|
||||
license = stdenv.lib.licenses.artistic1;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ ];
|
||||
|
||||
Reference in New Issue
Block a user