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
@@ -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;
};
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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 ];
+2 -2
View File
@@ -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;
};
+1 -1
View File
@@ -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;
};
+1 -1
View File
@@ -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;
};
+1 -1
View File
@@ -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;
+2 -2
View File
@@ -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 ];
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;
};
+1 -1
View File
@@ -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;
};
}
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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 ];
+2 -2
View File
@@ -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;
+1 -1
View File
@@ -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;