treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3 ;
maintainers = [ maintainers.raskin ];
platforms = platforms.linux ++ platforms.darwin;
homepage = https://github.com/amadvance/advancecomp;
homepage = "https://github.com/amadvance/advancecomp";
};
}
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "High performance block-sorting data compression library";
homepage = http://libbsc.com/;
homepage = "http://libbsc.com/";
# Later commits changed the licence to Apache2 (no release yet, though)
license = with licenses; [ lgpl3Plus ];
platforms = platforms.unix;
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Decompress Mozilla Firefox bookmarks backup files";
homepage = https://github.com/avih/dejsonlz4;
homepage = "https://github.com/avih/dejsonlz4";
license = licenses.bsd2;
maintainers = with maintainers; [ mt-caret ];
platforms = platforms.linux;
+1 -1
View File
@@ -26,7 +26,7 @@ in pythonPackages.buildPythonApplication rec {
meta = with stdenv.lib; {
description = "Do The Right Extraction: A tool for taking the hassle out of extracting archives";
homepage = https://brettcsmith.org/2007/dtrx/;
homepage = "https://brettcsmith.org/2007/dtrx/";
license = licenses.gpl3Plus;
maintainers = [ maintainers.spwhitt ];
platforms = platforms.all;
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "SHELL=/bin/sh" "GREP=grep" ];
meta = {
homepage = https://www.gnu.org/software/gzip/;
homepage = "https://www.gnu.org/software/gzip/";
description = "GNU zip compression program";
longDescription =
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = https://www.urbanophile.com/arenn/hacking/gzrt/;
homepage = "https://www.urbanophile.com/arenn/hacking/gzrt/";
description = "The gzip Recovery Toolkit";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
+2 -2
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "kzipmix-20091108";
src = fetchurl {
url = http://static.jonof.id.au/dl/kenutils/kzipmix-20091108-linux.tar.gz;
url = "http://static.jonof.id.au/dl/kenutils/kzipmix-20091108-linux.tar.gz";
sha256 = "19gyn8pblffdz1bf3xkbpzx8a8wn3xb0v411pqzmz5g5l6pm5gph";
};
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = {
description = "A tool that aggressively optimizes the sizes of Zip archives";
license = stdenv.lib.licenses.unfree;
homepage = http://advsys.net/ken/utils.htm;
homepage = "http://advsys.net/ken/utils.htm";
maintainers = [ stdenv.lib.maintainers.sander ];
};
}
+2 -2
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "lhasa-0.3.1";
src = fetchurl {
url = https://soulsphere.org/projects/lhasa/lhasa-0.3.1.tar.gz;
url = "https://soulsphere.org/projects/lhasa/lhasa-0.3.1.tar.gz";
sha256 = "092zi9av18ma20c6h9448k0bapvx2plnp292741dvfd9hmgqxc1z";
};
meta = {
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
the tool is a library, so that it can be reused for other purposes.
'';
license = stdenv.lib.licenses.isc;
homepage = http://fragglet.github.io/lhasa;
homepage = "http://fragglet.github.io/lhasa";
maintainers = with stdenv.lib; [ maintainers.sander ];
platforms = with stdenv.lib.platforms; linux ++ darwin;
};
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib lzo bzip2 nasm perl ];
meta = {
homepage = http://ck.kolivas.org/apps/lrzip/;
homepage = "http://ck.kolivas.org/apps/lrzip/";
description = "The CK LRZIP compression program (LZMA + RZIP)";
license = stdenv.lib.licenses.gpl2Plus;
inherit version;
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
enableParallelBuilding = false; #bug
meta = with stdenv.lib; {
homepage = https://github.com/lzfse/lzfse;
homepage = "https://github.com/lzfse/lzfse";
description = "a reference C implementation of the LZFSE compressor";
longDescription = ''
This is a reference C implementation of the LZFSE compressor introduced in the Compression library with OS X 10.11 and iOS 9.
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed";
homepage = https://github.com/richgel999/lzham_codec;
homepage = "https://github.com/richgel999/lzham_codec";
license = with licenses; [ mit ];
platforms = platforms.linux;
};
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
homepage = https://www.nongnu.org/lzip/lzip.html;
homepage = "https://www.nongnu.org/lzip/lzip.html";
description = "A lossless data compressor based on the LZMA algorithm";
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.all;
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ lzo ];
meta = with stdenv.lib; {
homepage = http://www.lzop.org;
homepage = "http://www.lzop.org";
description = "Fast file compressor";
license = licenses.gpl2;
platforms = platforms.unix;
+1 -1
View File
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.bsd2;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
homepage = https://gist.githubusercontent.com/Tblue/62ff47bef7f894e92ed5;
homepage = "https://gist.githubusercontent.com/Tblue/62ff47bef7f894e92ed5";
};
}
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
meta = {
homepage = http://ncompress.sourceforge.net/;
homepage = "http://ncompress.sourceforge.net/";
license = stdenv.lib.licenses.publicDomain;
description = "A fast, simple LZW file compressor";
platforms = stdenv.lib.platforms.unix;
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-Wno-error=reserved-user-defined-literal";
meta = with stdenv.lib; {
homepage = http://compression.ca/pbzip2/;
homepage = "http://compression.ca/pbzip2/";
description = "A parallel implementation of bzip2 for multi-core machines";
license = licenses.bsd2;
maintainers = with maintainers; [viric];
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = http://www.zlib.net/pigz/;
homepage = "http://www.zlib.net/pigz/";
description = "A parallel implementation of gzip for multi-core machines";
license = licenses.zlib;
platforms = platforms.unix;
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = https://jnovy.fedorapeople.org/pxz/;
homepage = "https://jnovy.fedorapeople.org/pxz/";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [pashev];
description = ''Parallel XZ is a compression utility that takes advantage of
+3 -3
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "rzip-2.1";
src = fetchurl {
url = mirror://samba/rzip/rzip-2.1.tar.gz;
url = "mirror://samba/rzip/rzip-2.1.tar.gz";
sha256 = "4bb96f4d58ccf16749ed3f836957ce97dbcff3e3ee5fd50266229a48f89815b7";
};
buildInputs = [ bzip2 ];
@@ -11,13 +11,13 @@ stdenv.mkDerivation {
patches = [
(fetchpatch {
name = "CVE-2017-8364-fill-buffer.patch";
url = https://sources.debian.net/data/main/r/rzip/2.1-4.1/debian/patches/80-CVE-2017-8364-fill-buffer.patch;
url = "https://sources.debian.net/data/main/r/rzip/2.1-4.1/debian/patches/80-CVE-2017-8364-fill-buffer.patch";
sha256 = "0jcjlx9ksdvxvjyxmyzscx9ar9992iy5icw0sc3n0p09qi4d6x1r";
})
];
meta = {
homepage = https://rzip.samba.org/;
homepage = "https://rzip.samba.org/";
description = "Compression program";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://upx.github.io/;
homepage = "https://upx.github.io/";
description = "The Ultimate Packer for eXecutables";
license = licenses.gpl2Plus;
platforms = platforms.unix;
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
preConfigure = "./autogen.sh";
meta = {
homepage = https://mackyle.github.io/xar/;
homepage = "https://mackyle.github.io/xar/";
description = "Extensible Archiver";
longDescription =
+1 -1
View File
@@ -54,7 +54,7 @@ in stdenv.mkDerivation rec {
file differences. This is similar to diff and patch, but it is targeted
for binary files and does not generate human readable output.
'';
homepage = http://xdelta.org/;
homepage = "http://xdelta.org/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
+1 -1
View File
@@ -58,7 +58,7 @@ in stdenv.mkDerivation rec {
file differences. This is similar to diff and patch, but it is targeted
for binary files and does not generate human readable output.
'';
homepage = http://xdelta.org/;
homepage = "http://xdelta.org/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
+1 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
homepage = http://cis.poly.edu/zdelta;
homepage = "http://cis.poly.edu/zdelta";
platforms = platforms.linux;
license = licenses.zlib;
};
+1 -1
View File
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
speed is preserved and remain roughly the same at all settings, a
property shared by most LZ compression algorithms, such as zlib.
'';
homepage = https://facebook.github.io/zstd/;
homepage = "https://facebook.github.io/zstd/";
license = with licenses; [ bsd3 ]; # Or, at your opinion, GPL-2.0-only.
platforms = platforms.all;
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "AR=${stdenv.cc.bintools.targetPrefix}ar" ];
meta = {
homepage = http://zsync.moria.org.uk/;
homepage = "http://zsync.moria.org.uk/";
description = "File distribution system using the rsync algorithm";
license = stdenv.lib.licenses.free;
maintainers = with stdenv.lib.maintainers; [viric];