treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -25,7 +25,7 @@ python2Packages.buildPythonApplication rec {
|
||||
|
||||
meta = {
|
||||
description = "Command line interface for Amazon Glacier";
|
||||
homepage = https://github.com/uskudnik/amazon-glacier-cmd-interface;
|
||||
homepage = "https://github.com/uskudnik/amazon-glacier-cmd-interface";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.lovek323 ];
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A script to run daily, weekly and monthly backups for your MySQL database";
|
||||
homepage = https://sourceforge.net/projects/automysqlbackup/;
|
||||
homepage = "https://sourceforge.net/projects/automysqlbackup/";
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.aanderse ];
|
||||
license = licenses.gpl2Plus;
|
||||
|
||||
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.bareos.org/;
|
||||
homepage = "http://www.bareos.org/";
|
||||
description = "A fork of the bacula project";
|
||||
license = licenses.agpl3;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Fast block device synchronizing tool";
|
||||
homepage = https://github.com/TargetHolding/bdsync;
|
||||
homepage = "https://github.com/TargetHolding/bdsync";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ jluttine ];
|
||||
|
||||
@@ -63,7 +63,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A deduplicating backup program (attic fork)";
|
||||
homepage = https://www.borgbackup.org;
|
||||
homepage = "https://www.borgbackup.org";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix; # Darwin and FreeBSD mentioned on homepage
|
||||
maintainers = with maintainers; [ flokli dotlambda globin ];
|
||||
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Tar-compatible block-based archiver";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
homepage = http://viric.name/cgi-bin/btar;
|
||||
homepage = "http://viric.name/cgi-bin/btar";
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
};
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A backup tool for btrfs subvolumes";
|
||||
homepage = https://digint.ch/btrbk;
|
||||
homepage = "https://digint.ch/btrbk";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ asymmetric the-kenny ];
|
||||
|
||||
@@ -51,7 +51,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/bup/bup;
|
||||
homepage = "https://github.com/bup/bup";
|
||||
description = "Efficient file backup system based on the git packfile format";
|
||||
license = licenses.gpl2Plus;
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "BURP - BackUp and Restore Program";
|
||||
homepage = https://burp.grke.org;
|
||||
homepage = "https://burp.grke.org";
|
||||
license = licenses.agpl3;
|
||||
maintainers = with maintainers; [ tokudan ];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Space-efficient incremental backups of large files or block devices";
|
||||
homepage = http://chunksync.florz.de/;
|
||||
homepage = "http://chunksync.florz.de/";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Data deduplication program";
|
||||
homepage = https://git.2f30.org/dedup/file/README.html;
|
||||
homepage = "https://git.2f30.org/dedup/file/README.html";
|
||||
license = with licenses; [ bsd0 isc ];
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
};
|
||||
|
||||
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Dirvish is a fast, disk based, rotating network backup system";
|
||||
homepage = http://dirvish.org/;
|
||||
homepage = "http://dirvish.org/";
|
||||
license = stdenv.lib.licenses.osl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.winpat ];
|
||||
|
||||
@@ -22,7 +22,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Rsync for block devices and disk images";
|
||||
homepage = https://github.com/dop251/diskrsync;
|
||||
homepage = "https://github.com/dop251/diskrsync";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ jluttine ];
|
||||
|
||||
@@ -23,7 +23,7 @@ buildGoPackage rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://duplicacy.com;
|
||||
homepage = "https://duplicacy.com";
|
||||
description = "A new generation cloud backup tool";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
license = lib.licenses.unfree;
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers";
|
||||
homepage = https://www.duplicati.com/;
|
||||
homepage = "https://www.duplicati.com/";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ nyanloutre ];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
implementing backup job profiles, batch commands and more. Who says
|
||||
secure backups on non-trusted spaces are no child's play?
|
||||
'';
|
||||
homepage = https://duply.net/;
|
||||
homepage = "https://duply.net/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/sjau/easysnap;
|
||||
homepage = "https://github.com/sjau/easysnap";
|
||||
description = "Customizable ZFS Snapshotting tool with zfs send/recv pulling";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ sjau ];
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
|
||||
Also see the following blog post:
|
||||
https://www.swiftstack.com/blog/2012/08/15/old-school-monkeypatching/
|
||||
'';
|
||||
homepage = https://github.com/smerritt/flockit;
|
||||
homepage = "https://github.com/smerritt/flockit";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.basvandijk ];
|
||||
|
||||
@@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Crawler for web archiving with WARC output";
|
||||
homepage = https://github.com/ArchiveTeam/grab-site;
|
||||
homepage = "https://github.com/ArchiveTeam/grab-site";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ivan ];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -21,10 +21,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "HPE's implementation of the open-source tape filesystem standard ltfs";
|
||||
homepage = https://support.hpe.com/hpesc/public/km/product/1009214665/Product;
|
||||
homepage = "https://support.hpe.com/hpesc/public/km/product/1009214665/Product";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = [ maintainers.redvers ];
|
||||
platforms = platforms.linux;
|
||||
downloadPage = https://github.com/nix-community/hpe-ltfs;
|
||||
downloadPage = "https://github.com/nix-community/hpe-ltfs";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Easy-to-use offline browser / website mirroring utility";
|
||||
homepage = http://www.httrack.com;
|
||||
homepage = "http://www.httrack.com";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ the-kenny ];
|
||||
platforms = with platforms; unix;
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Easy-to-use offline browser / website mirroring utility - QT frontend";
|
||||
homepage = http://www.httrack.com;
|
||||
homepage = "http://www.httrack.com";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
platforms = with platforms; unix;
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Optimised synchronisation of LVM snapshots over a network";
|
||||
homepage = https://theshed.hezmatt.org/lvmsync/;
|
||||
homepage = "https://theshed.hezmatt.org/lvmsync/";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ jluttine nicknovitski ];
|
||||
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
longDescription = ''
|
||||
Fork of the standard "mt" tool with additional Linux-specific IOCTLs.
|
||||
'';
|
||||
homepage = https://github.com/iustin/mt-st;
|
||||
homepage = "https://github.com/iustin/mt-st";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.redvers ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
that they properly report the MChanger bit as required by the SCSI T-10 SMC
|
||||
specification.
|
||||
'';
|
||||
homepage = https://sourceforge.net/projects/mtx/;
|
||||
homepage = "https://sourceforge.net/projects/mtx/";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.redvers ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''High-perfomance MySQL backup tool'';
|
||||
homepage = https://github.com/maxbube/mydumper;
|
||||
homepage = "https://github.com/maxbube/mydumper";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ izorkin ];
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A secure distributed file system";
|
||||
homepage = http://ori.scs.stanford.edu/;
|
||||
homepage = "http://ori.scs.stanford.edu/";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
broken = true; # 2018-04-11
|
||||
|
||||
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
using existing libraries, e.g. e2fslibs is used to read and write the
|
||||
ext2 partition.
|
||||
'';
|
||||
homepage = https://partclone.org;
|
||||
homepage = "https://partclone.org";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [stdenv.lib.maintainers.marcweber];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/partimage/partimage-0.6.9.tar.bz2;
|
||||
url = "mirror://sourceforge/partimage/partimage-0.6.9.tar.bz2";
|
||||
sha256 = "0db6xiphk6xnlpbxraiy31c5xzj0ql6k4rfkmqzh665yyj0nqfkm";
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Opensource disk backup software";
|
||||
homepage = http://www.partimage.org;
|
||||
homepage = "http://www.partimage.org";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [stdenv.lib.maintainers.marcweber];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Non-blocking backup tool for MySQL";
|
||||
homepage = http://www.percona.com/software/percona-xtrabackup;
|
||||
homepage = "http://www.percona.com/software/percona-xtrabackup";
|
||||
license = licenses.lgpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ izorkin ];
|
||||
|
||||
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Data deduplication with compression and public key encryption";
|
||||
homepage = https://github.com/dpc/rdedup;
|
||||
homepage = "https://github.com/dpc/rdedup";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ dywedir ];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -4,7 +4,7 @@ python2Packages.buildPythonApplication {
|
||||
name = "rdiff-backup-1.3.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://savannah/rdiff-backup/rdiff-backup-1.3.3.tar.gz;
|
||||
url = "mirror://savannah/rdiff-backup/rdiff-backup-1.3.3.tar.gz";
|
||||
sha256 = "01hcwf5rgqi303fa4kdjkbpa7n8mvvh7h9gpgh2b23nz73k0q0zf";
|
||||
};
|
||||
|
||||
@@ -16,7 +16,7 @@ python2Packages.buildPythonApplication {
|
||||
|
||||
meta = {
|
||||
description = "Backup system trying to combine best a mirror and an incremental backup system";
|
||||
homepage = http://rdiff-backup.nongnu.org/;
|
||||
homepage = "http://rdiff-backup.nongnu.org/";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||
|
||||
@@ -33,7 +33,7 @@ buildGoPackage rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://restic.net;
|
||||
homepage = "https://restic.net";
|
||||
description = "A backup program that is fast, efficient and secure";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
license = licenses.bsd2;
|
||||
|
||||
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Simple command line interface for backup rotation";
|
||||
homepage = https://github.com/xolox/python-rotate-backups;
|
||||
homepage = "https://github.com/xolox/python-rotate-backups";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ eyjhb ];
|
||||
};
|
||||
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Create resilient backups with Reed-Solomon error correction and byte-spreading";
|
||||
homepage = https://www.thanassis.space/rsbep.html;
|
||||
homepage = "https://www.thanassis.space/rsbep.html";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.earvstedt ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A filesystem snapshot utility for making backups of local and remote systems";
|
||||
homepage = https://rsnapshot.org/;
|
||||
homepage = "https://rsnapshot.org/";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "SCSI Tape Encryption Manager";
|
||||
homepage = https://github.com/scsitape/stenc;
|
||||
homepage = "https://github.com/scsitape/stenc";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = with stdenv.lib.maintainers; [ woffs ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "A backup suite that stores files on other disks";
|
||||
homepage = https://savannah.nongnu.org/projects/storebackup;
|
||||
homepage = "https://savannah.nongnu.org/projects/storebackup";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
maintainers = [stdenv.lib.maintainers.marcweber];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -53,8 +53,8 @@
|
||||
let
|
||||
|
||||
meta = {
|
||||
homepage = https://www.ibm.com/us-en/marketplace/data-protection-and-recovery;
|
||||
downloadPage = https://www-01.ibm.com/support/docview.wss?uid=swg21239415;
|
||||
homepage = "https://www.ibm.com/us-en/marketplace/data-protection-and-recovery";
|
||||
downloadPage = "https://www-01.ibm.com/support/docview.wss?uid=swg21239415";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = [ lib.maintainers.yarny ];
|
||||
|
||||
@@ -22,7 +22,7 @@ in with pkgs; eggDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.kitten-technologies.co.uk/project/ugarit-manifest-maker/;
|
||||
homepage = "https://www.kitten-technologies.co.uk/project/ugarit-manifest-maker/";
|
||||
description = "A tool for generating import manifests for Ugarit";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.ebzzry ];
|
||||
|
||||
@@ -32,7 +32,7 @@ in with pkgs; eggDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.kitten-technologies.co.uk/project/ugarit/;
|
||||
homepage = "https://www.kitten-technologies.co.uk/project/ugarit/";
|
||||
description = "A backup/archival system based around content-addressible storage";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.ebzzry ];
|
||||
|
||||
@@ -24,7 +24,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
|
||||
meta = {
|
||||
description = "A Postgres WAL-shipping disaster recovery and replication toolkit";
|
||||
homepage = https://github.com/wal-e/wal-e;
|
||||
homepage = "https://github.com/wal-e/wal-e";
|
||||
maintainers = [];
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
nativeBuildInputs = [ cmake protobufc ];
|
||||
meta = {
|
||||
description = "A versatile deduplicating backup tool";
|
||||
homepage = http://zbackup.org/;
|
||||
homepage = "http://zbackup.org/";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
};
|
||||
|
||||
@@ -34,7 +34,7 @@ buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/alunduil/zfs-replicate;
|
||||
homepage = "https://github.com/alunduil/zfs-replicate";
|
||||
description = "ZFS Snapshot Replication";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ alunduil ];
|
||||
|
||||
@@ -78,7 +78,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "High performance open source ZFS backup with mbuffer and ssh support";
|
||||
homepage = http://www.znapzend.org;
|
||||
homepage = "http://www.znapzend.org";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ otwieracz ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user