From 84cf00f98031e93f389f1eb93c4a7374a33cc0a9 Mon Sep 17 00:00:00 2001 From: Michael Reilly Date: Tue, 31 Mar 2020 21:11:51 -0400 Subject: treewide: Per RFC45, remove all unquoted URLs --- pkgs/tools/cd-dvd/bashburn/default.nix | 2 +- pkgs/tools/cd-dvd/bchunk/default.nix | 2 +- pkgs/tools/cd-dvd/brasero/default.nix | 2 +- pkgs/tools/cd-dvd/ccd2iso/default.nix | 2 +- pkgs/tools/cd-dvd/cdi2iso/default.nix | 2 +- pkgs/tools/cd-dvd/cdimgtools/default.nix | 2 +- pkgs/tools/cd-dvd/cdrdao/default.nix | 4 ++-- pkgs/tools/cd-dvd/cdrkit/default.nix | 2 +- pkgs/tools/cd-dvd/cue2pops/default.nix | 2 +- pkgs/tools/cd-dvd/cuetools/default.nix | 2 +- pkgs/tools/cd-dvd/dvd-vr/default.nix | 4 ++-- pkgs/tools/cd-dvd/dvdisaster/default.nix | 2 +- pkgs/tools/cd-dvd/ecm-tools/default.nix | 2 +- pkgs/tools/cd-dvd/isomd5sum/default.nix | 2 +- pkgs/tools/cd-dvd/lsdvd/default.nix | 2 +- pkgs/tools/cd-dvd/nrg2iso/default.nix | 2 +- pkgs/tools/cd-dvd/srt-to-vtt-cl/default.nix | 2 +- pkgs/tools/cd-dvd/unetbootin/default.nix | 2 +- pkgs/tools/cd-dvd/vobcopy/default.nix | 2 +- pkgs/tools/cd-dvd/vobsub2srt/default.nix | 4 ++-- pkgs/tools/cd-dvd/xorriso/default.nix | 2 +- 21 files changed, 24 insertions(+), 24 deletions(-) (limited to 'pkgs/tools/cd-dvd') diff --git a/pkgs/tools/cd-dvd/bashburn/default.nix b/pkgs/tools/cd-dvd/bashburn/default.nix index ccf632dfe5a5..9b232be8ce00 100644 --- a/pkgs/tools/cd-dvd/bashburn/default.nix +++ b/pkgs/tools/cd-dvd/bashburn/default.nix @@ -56,7 +56,7 @@ stdenv.mkDerivation rec { - manipulate ISO-files - and probably more... ''; - homepage = http://bashburn.dose.se/; + homepage = "http://bashburn.dose.se/"; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/tools/cd-dvd/bchunk/default.nix b/pkgs/tools/cd-dvd/bchunk/default.nix index b4f0d1039edc..df63ced882fe 100644 --- a/pkgs/tools/cd-dvd/bchunk/default.nix +++ b/pkgs/tools/cd-dvd/bchunk/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { ''; meta = with stdenv.lib; { - homepage = http://he.fi/bchunk/; + homepage = "http://he.fi/bchunk/"; description = "A program that converts CD images in BIN/CUE format into a set of ISO and CDR tracks"; platforms = platforms.unix; license = licenses.gpl2; diff --git a/pkgs/tools/cd-dvd/brasero/default.nix b/pkgs/tools/cd-dvd/brasero/default.nix index a9f5b321d3d7..cdc198873337 100644 --- a/pkgs/tools/cd-dvd/brasero/default.nix +++ b/pkgs/tools/cd-dvd/brasero/default.nix @@ -41,7 +41,7 @@ in stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "A Gnome CD/DVD Burner"; - homepage = https://wiki.gnome.org/Apps/Brasero; + homepage = "https://wiki.gnome.org/Apps/Brasero"; maintainers = [ maintainers.bdimcheff ]; license = licenses.gpl2Plus; platforms = platforms.linux; diff --git a/pkgs/tools/cd-dvd/ccd2iso/default.nix b/pkgs/tools/cd-dvd/ccd2iso/default.nix index c7aab91adbeb..a6ba7fd332f3 100644 --- a/pkgs/tools/cd-dvd/ccd2iso/default.nix +++ b/pkgs/tools/cd-dvd/ccd2iso/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "CloneCD to ISO converter"; - homepage = https://sourceforge.net/projects/ccd2iso/; + homepage = "https://sourceforge.net/projects/ccd2iso/"; license = licenses.gpl2; maintainers = with maintainers; [ yegortimoshenko ]; platforms = platforms.unix; diff --git a/pkgs/tools/cd-dvd/cdi2iso/default.nix b/pkgs/tools/cd-dvd/cdi2iso/default.nix index 00a1864b0357..9d7336663a8e 100644 --- a/pkgs/tools/cd-dvd/cdi2iso/default.nix +++ b/pkgs/tools/cd-dvd/cdi2iso/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "A very simple utility for converting DiscJuggler images to the standard ISO-9660 format"; - homepage = https://sourceforge.net/projects/cdi2iso.berlios; + homepage = "https://sourceforge.net/projects/cdi2iso.berlios"; license = licenses.gpl2; maintainers = with maintainers; [ hrdinka ]; platforms = platforms.linux; diff --git a/pkgs/tools/cd-dvd/cdimgtools/default.nix b/pkgs/tools/cd-dvd/cdimgtools/default.nix index ece45944c5c0..fde9eb1a3320 100644 --- a/pkgs/tools/cd-dvd/cdimgtools/default.nix +++ b/pkgs/tools/cd-dvd/cdimgtools/default.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation { installTargets = [ "install" "install-doc" ]; meta = with stdenv.lib; { - homepage = https://repo.or.cz/cdimgtools.git/blob_plain/refs/heads/release:/README.html; + homepage = "https://repo.or.cz/cdimgtools.git/blob_plain/refs/heads/release:/README.html"; description = "Tools to inspect and manipulate CD/DVD optical disc images"; license = licenses.gpl2; maintainers = with maintainers; [ hhm ]; diff --git a/pkgs/tools/cd-dvd/cdrdao/default.nix b/pkgs/tools/cd-dvd/cdrdao/default.nix index 908808b79f3c..d0d12c34c059 100644 --- a/pkgs/tools/cd-dvd/cdrdao/default.nix +++ b/pkgs/tools/cd-dvd/cdrdao/default.nix @@ -4,7 +4,7 @@ stdenv.mkDerivation { name = "cdrdao-1.2.3"; src = fetchurl { - url = mirror://sourceforge/cdrdao/cdrdao-1.2.3.tar.bz2; + url = "mirror://sourceforge/cdrdao/cdrdao-1.2.3.tar.bz2"; sha256 = "0pmpgx91j984snrsxbq1dgf3ximks2dfh1sqqmic72lrls7wp4w1"; }; @@ -30,7 +30,7 @@ stdenv.mkDerivation { meta = with stdenv.lib; { description = "A tool for recording audio or data CD-Rs in disk-at-once (DAO) mode"; - homepage = http://cdrdao.sourceforge.net/; + homepage = "http://cdrdao.sourceforge.net/"; platforms = platforms.linux; license = licenses.gpl2; }; diff --git a/pkgs/tools/cd-dvd/cdrkit/default.nix b/pkgs/tools/cd-dvd/cdrkit/default.nix index 7de086dba607..251eee66f9cf 100644 --- a/pkgs/tools/cd-dvd/cdrkit/default.nix +++ b/pkgs/tools/cd-dvd/cdrkit/default.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { independent project. ''; - homepage = http://cdrkit.org/; + homepage = "http://cdrkit.org/"; license = stdenv.lib.licenses.gpl2; platforms = stdenv.lib.platforms.linux; }; diff --git a/pkgs/tools/cd-dvd/cue2pops/default.nix b/pkgs/tools/cd-dvd/cue2pops/default.nix index 2ee69682a1d5..87e633c504a8 100644 --- a/pkgs/tools/cd-dvd/cue2pops/default.nix +++ b/pkgs/tools/cd-dvd/cue2pops/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation { meta = { description = "Convert CUE to ISO suitable to POPStarter"; - homepage = https://github.com/makefu/cue2pops-linux; + homepage = "https://github.com/makefu/cue2pops-linux"; maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.all; }; diff --git a/pkgs/tools/cd-dvd/cuetools/default.nix b/pkgs/tools/cd-dvd/cuetools/default.nix index e4e34aa919b6..ebc631521773 100644 --- a/pkgs/tools/cd-dvd/cuetools/default.nix +++ b/pkgs/tools/cd-dvd/cuetools/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "A set of utilities for working with cue files and toc files"; - homepage = https://github.com/svend/cuetools; + homepage = "https://github.com/svend/cuetools"; license = licenses.gpl2; maintainers = with maintainers; [ codyopel jcumming ]; platforms = platforms.all; diff --git a/pkgs/tools/cd-dvd/dvd-vr/default.nix b/pkgs/tools/cd-dvd/dvd-vr/default.nix index 2cb90129ed9a..aef0c3a636f9 100644 --- a/pkgs/tools/cd-dvd/dvd-vr/default.nix +++ b/pkgs/tools/cd-dvd/dvd-vr/default.nix @@ -10,8 +10,8 @@ stdenv.mkDerivation rec { makeFlags = [ "PREFIX=$(out)" ]; meta = with stdenv.lib; { - homepage = https://www.pixelbeat.org/programs/dvd-vr/; - downloadPage = https://www.pixelbeat.org/programs/dvd-vr/; + homepage = "https://www.pixelbeat.org/programs/dvd-vr/"; + downloadPage = "https://www.pixelbeat.org/programs/dvd-vr/"; description = "A utility to identify and optionally copy recordings from a DVD-VR format disc"; license = licenses.gpl2; maintainers = with maintainers; [ fgaz ]; diff --git a/pkgs/tools/cd-dvd/dvdisaster/default.nix b/pkgs/tools/cd-dvd/dvdisaster/default.nix index 6a4161ba1faa..5a3828d80131 100644 --- a/pkgs/tools/cd-dvd/dvdisaster/default.nix +++ b/pkgs/tools/cd-dvd/dvdisaster/default.nix @@ -73,7 +73,7 @@ stdenv.mkDerivation rec { ''; meta = with stdenv.lib; { - homepage = http://dvdisaster.net/; + homepage = "http://dvdisaster.net/"; description = "Data loss/scratch/aging protection for CD/DVD media"; longDescription = '' Dvdisaster provides a margin of safety against data loss on CD and diff --git a/pkgs/tools/cd-dvd/ecm-tools/default.nix b/pkgs/tools/cd-dvd/ecm-tools/default.nix index 922ab39063a0..2ebf8e655517 100644 --- a/pkgs/tools/cd-dvd/ecm-tools/default.nix +++ b/pkgs/tools/cd-dvd/ecm-tools/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "A utility to uncompress ECM files to BIN CD format"; - homepage = https://github.com/alucryd/ecm-tools; + homepage = "https://github.com/alucryd/ecm-tools"; license = licenses.gpl3; maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.all; diff --git a/pkgs/tools/cd-dvd/isomd5sum/default.nix b/pkgs/tools/cd-dvd/isomd5sum/default.nix index 3bc1f886ccd2..0c30f0fe9801 100644 --- a/pkgs/tools/cd-dvd/isomd5sum/default.nix +++ b/pkgs/tools/cd-dvd/isomd5sum/default.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { installTargets = [ "install-bin" "install-devel" ]; meta = with stdenv.lib; { - homepage = https://github.com/rhinstaller/isomd5sum; + homepage = "https://github.com/rhinstaller/isomd5sum"; description = "Utilities for working with md5sum implanted in ISO images"; platforms = platforms.linux; license = licenses.gpl2; diff --git a/pkgs/tools/cd-dvd/lsdvd/default.nix b/pkgs/tools/cd-dvd/lsdvd/default.nix index 09fbc8b38c87..39d0ab5fc2d6 100644 --- a/pkgs/tools/cd-dvd/lsdvd/default.nix +++ b/pkgs/tools/cd-dvd/lsdvd/default.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation { nativeBuildInputs = [ pkgconfig ]; meta = with stdenv.lib; { - homepage = https://sourceforge.net/projects/lsdvd/; + homepage = "https://sourceforge.net/projects/lsdvd/"; description = "Display information about audio, video, and subtitle tracks on a DVD"; license = licenses.gpl2; platforms = platforms.linux; diff --git a/pkgs/tools/cd-dvd/nrg2iso/default.nix b/pkgs/tools/cd-dvd/nrg2iso/default.nix index 43ed7ea7d389..082dada85fde 100644 --- a/pkgs/tools/cd-dvd/nrg2iso/default.nix +++ b/pkgs/tools/cd-dvd/nrg2iso/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "A linux utils for converting CD (or DVD) image generated by Nero Burning Rom to ISO format"; - homepage = http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html; + homepage = "http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html"; license = licenses.gpl2; platforms = platforms.linux; }; diff --git a/pkgs/tools/cd-dvd/srt-to-vtt-cl/default.nix b/pkgs/tools/cd-dvd/srt-to-vtt-cl/default.nix index 94cd09674dac..8efc50c44935 100644 --- a/pkgs/tools/cd-dvd/srt-to-vtt-cl/default.nix +++ b/pkgs/tools/cd-dvd/srt-to-vtt-cl/default.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { description = "Convert SRT files to VTT"; license = licenses.mit; maintainers = with maintainers; [ ericdallo ]; - homepage = https://github.com/nwoltman/srt-to-vtt-cl; + homepage = "https://github.com/nwoltman/srt-to-vtt-cl"; platforms = platforms.linux; }; } diff --git a/pkgs/tools/cd-dvd/unetbootin/default.nix b/pkgs/tools/cd-dvd/unetbootin/default.nix index ec8ef6c16510..d81790d66a85 100644 --- a/pkgs/tools/cd-dvd/unetbootin/default.nix +++ b/pkgs/tools/cd-dvd/unetbootin/default.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { ''; meta = with stdenv.lib; { - homepage = http://unetbootin.sourceforge.net/; + homepage = "http://unetbootin.sourceforge.net/"; description = "A tool to create bootable live USB drives from ISO images"; license = licenses.gpl2Plus; platforms = platforms.linux; diff --git a/pkgs/tools/cd-dvd/vobcopy/default.nix b/pkgs/tools/cd-dvd/vobcopy/default.nix index 48a58c0c7d11..2b918c4ffebc 100644 --- a/pkgs/tools/cd-dvd/vobcopy/default.nix +++ b/pkgs/tools/cd-dvd/vobcopy/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { meta = { description = "Copies DVD .vob files to harddisk, decrypting them on the way"; - homepage = http://vobcopy.org/projects/c/c.shtml; + homepage = "http://vobcopy.org/projects/c/c.shtml"; license = stdenv.lib.licenses.gpl2; maintainers = [ stdenv.lib.maintainers.bluescreen303 ]; diff --git a/pkgs/tools/cd-dvd/vobsub2srt/default.nix b/pkgs/tools/cd-dvd/vobsub2srt/default.nix index fe7a1a044149..9e5ee52fca8d 100644 --- a/pkgs/tools/cd-dvd/vobsub2srt/default.nix +++ b/pkgs/tools/cd-dvd/vobsub2srt/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation { src = fetchgit { inherit rev; - url = https://github.com/ruediger/VobSub2SRT.git; + url = "https://github.com/ruediger/VobSub2SRT.git"; sha256 = "1rpanrv8bgdh95v2320qbd44xskncvq6y84cbbfc86gw0qxpd9cb"; }; @@ -17,7 +17,7 @@ stdenv.mkDerivation { propagatedBuildInputs = [ tesseract ]; meta = { - homepage = https://github.com/ruediger/VobSub2SRT; + homepage = "https://github.com/ruediger/VobSub2SRT"; description = "Converts VobSub subtitles into SRT subtitles"; license = stdenv.lib.licenses.gpl3Plus; platforms = stdenv.lib.platforms.unix; diff --git a/pkgs/tools/cd-dvd/xorriso/default.nix b/pkgs/tools/cd-dvd/xorriso/default.nix index 901b0c329c5e..b3f268214db3 100644 --- a/pkgs/tools/cd-dvd/xorriso/default.nix +++ b/pkgs/tools/cd-dvd/xorriso/default.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; - homepage = https://www.gnu.org/software/xorriso/; + homepage = "https://www.gnu.org/software/xorriso/"; maintainers = [ maintainers.vrthra ]; platforms = platforms.unix; -- cgit 1.4.1