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
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
installFlags = [ "DESTDIR=$(out)" ];
meta = {
homepage = http://members.chello.nl/~k.holtman/afio.html;
homepage = "http://members.chello.nl/~k.holtman/afio.html";
description = "Fault tolerant cpio archiver targeting backups";
platforms = stdenv.lib.platforms.all;
/*
+2 -2
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "atool-0.39.0";
src = fetchurl {
url = mirror://savannah/atool/atool-0.39.0.tar.gz;
url = "mirror://savannah/atool/atool-0.39.0.tar.gz";
sha256 = "aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b";
};
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
configureScript = "${bash}/bin/bash configure";
meta = {
homepage = https://www.nongnu.org/atool;
homepage = "https://www.nongnu.org/atool";
description = "Archive command line helper";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl3;
+1 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
homepage = https://www.cabextract.org.uk/;
homepage = "https://www.cabextract.org.uk/";
description = "Free Software for extracting Microsoft cabinet files";
platforms = platforms.all;
license = licenses.gpl3;
+1 -1
View File
@@ -18,7 +18,7 @@ in stdenv.mkDerivation {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://www.gnu.org/software/cpio/;
homepage = "https://www.gnu.org/software/cpio/";
description = "A program to create or extract from cpio archives";
license = licenses.gpl3;
platforms = platforms.all;
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "FUSE Compressed ROM filesystem with lzma";
homepage = https://bisqwit.iki.fi/source/cromfs.html;
homepage = "https://bisqwit.iki.fi/source/cromfs.html";
license = licenses.gpl3;
maintainers = [ maintainers.viric ];
platforms = platforms.linux;
+1 -1
View File
@@ -36,7 +36,7 @@ in stdenv.mkDerivation {
checksummed in the archive in order to protect the data. If the archive is
corrupt, you just loose the current file, not the whole archive.
'';
homepage = http://www.fsarchiver.org/;
homepage = "http://www.fsarchiver.org/";
license = licenses.lgpl2;
maintainers = [ maintainers.etu ];
platforms = platforms.linux;
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
doInstallCheck = false; # fails
meta = {
homepage = https://www.gnu.org/software/tar/;
homepage = "https://www.gnu.org/software/tar/";
description = "GNU implementation of the `tar' archiver";
longDescription = ''
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tool to unpack installers created by Inno Setup";
homepage = https://constexpr.org/innoextract/;
homepage = "https://constexpr.org/innoextract/";
license = licenses.zlib;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux;
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
preConfigure = "./autogen.sh";
meta = {
homepage = https://github.com/devkitPro/ndstool;
homepage = "https://github.com/devkitPro/ndstool";
description = "A tool to unpack and repack nds rom";
maintainers = [ stdenv.lib.maintainers.marius851000 ];
license = stdenv.lib.licenses.gpl3;
+1 -1
View File
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-Wno-error=c++11-narrowing";
meta = {
homepage = http://p7zip.sourceforge.net/;
homepage = "http://p7zip.sourceforge.net/";
description = "A port of the 7-zip archiver";
# license = stdenv.lib.licenses.lgpl21Plus; + "unRAR restriction"
platforms = stdenv.lib.platforms.unix;
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = https://www.lesbonscomptes.com/pxattr/index.html;
homepage = "https://www.lesbonscomptes.com/pxattr/index.html";
description = "Provides a single interface to extended file attributes";
maintainers = [ stdenv.lib.maintainers.vrthra ];
license = [ stdenv.lib.licenses.mit ];
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
The way star acts may be modified by additional options.
Note that unpacking tar archives may be a security risk because star may overwrite existing files.
'';
homepage = http://cdrtools.sourceforge.net/private/star.html;
homepage = "http://cdrtools.sourceforge.net/private/star.html";
license = stdenv.lib.licenses.cddl;
maintainers = [ stdenv.lib.maintainers.wucke13 ];
platforms = [ "x86_64-linux" ];
+1 -1
View File
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
by a copy of the shell. unshar may also process files containing
concatenated shell archives.
'';
homepage = https://www.gnu.org/software/sharutils/;
homepage = "https://www.gnu.org/software/sharutils/";
license = licenses.gpl3Plus;
maintainers = [];
platforms = platforms.all;
+1 -1
View File
@@ -46,7 +46,7 @@ in stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://unarchiver.c3.cx/unarchiver;
homepage = "http://unarchiver.c3.cx/unarchiver";
description = "An archive unpacker program";
longDescription = ''
The Unarchiver is an archive unpacker program with support for the popular \
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; {
homepage = https://github.com/matthewbauer/undmg;
homepage = "https://github.com/matthewbauer/undmg";
description = "Extract a DMG file";
license = licenses.gpl3;
platforms = platforms.all;
+1 -1
View File
@@ -36,7 +36,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Command line tool for unpacking archives easily";
homepage = https://packages.qa.debian.org/u/unp.html;
homepage = "https://packages.qa.debian.org/u/unp.html";
license = with licenses; [ gpl2 ];
maintainers = [ maintainers.timor ];
platforms = platforms.all;
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tool and library to extract CAB files from InstallShield installers";
homepage = https://github.com/twogood/unshield;
homepage = "https://github.com/twogood/unshield";
license = licenses.mit;
platforms = platforms.linux;
};
+2 -2
View File
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
name = "unzip-6.0";
src = fetchurl {
url = mirror://sourceforge/infozip/unzip60.tar.gz;
url = "mirror://sourceforge/infozip/unzip60.tar.gz";
sha256 = "0dxx11knh3nk95p2gg2ak777dd11pr7jx5das2g49l262scrcv83";
};
@@ -72,7 +72,7 @@ stdenv.mkDerivation {
setupHook = ./setup-hook.sh;
meta = {
homepage = http://www.info-zip.org;
homepage = "http://www.info-zip.org";
description = "An extraction utility for archives compressed in .zip format";
license = stdenv.lib.licenses.free; # http://www.info-zip.org/license.html
platforms = stdenv.lib.platforms.all;
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://wimlib.net;
homepage = "https://wimlib.net";
description = "A library and program to extract, create, and modify WIM files";
platforms = platforms.unix;
maintainers = with maintainers; [ andir ];
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = {
description = "GTK frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";
homepage = https://github.com/ib/xarchiver;
homepage = "https://github.com/ib/xarchiver";
maintainers = [ stdenv.lib.maintainers.domenkozar ];
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
+3 -3
View File
@@ -7,8 +7,8 @@ stdenv.mkDerivation {
src = fetchurl {
urls = [
ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz
https://src.fedoraproject.org/repo/pkgs/zip/zip30.tar.gz/7b74551e63f8ee6aab6fbc86676c0d37/zip30.tar.gz
"ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz"
"https://src.fedoraproject.org/repo/pkgs/zip/zip30.tar.gz/7b74551e63f8ee6aab6fbc86676c0d37/zip30.tar.gz"
];
sha256 = "0sb3h3067pzf3a7mlxn1hikpcjrsvycjcnj9hl9b1c3ykcgvps7h";
};
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Compressor/archiver for creating and modifying zipfiles";
homepage = http://www.info-zip.org;
homepage = "http://www.info-zip.org";
license = licenses.bsdOriginal;
platforms = platforms.all;
maintainers = [ ];
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Incremental journaling backup utility and archiver";
homepage = http://mattmahoney.net/dc/zpaq.html;
homepage = "http://mattmahoney.net/dc/zpaq.html";
license = licenses.gpl3Plus ;
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;