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
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
This is a maintained fork of the original AtomicParsley.
'';
homepage = https://bitbucket.org/wez/atomicparsley;
homepage = "https://bitbucket.org/wez/atomicparsley";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ pjones ];
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Full-featured MP4 format and MPEG DASH library and tools";
homepage = http://bento4.com;
homepage = "http://bento4.com";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ makefu ];
broken = stdenv.isAarch64;
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
AVI type 2, Quicktime DV, a series of JPEG stills or MPEG2-TS.
'';
homepage = http://kinodv.org/;
homepage = "http://kinodv.org/";
license = licenses.gpl2Plus;
platforms = platforms.gnu ++ platforms.linux;
+1 -1
View File
@@ -9,7 +9,7 @@ buildRubyGem rec {
meta = {
broken = true; # depends on ruby 2.2
homepage = https://github.com/unnu/flvtool2;
homepage = "https://github.com/unnu/flvtool2";
description = "A tool to manipulate Macromedia Flash Video files";
platforms = ruby.meta.platforms;
license = lib.licenses.bsd3;
+1 -1
View File
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A suite of programs for processing MPEG or MJPEG video";
homepage = http://mjpeg.sourceforge.net/;
homepage = "http://mjpeg.sourceforge.net/";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ abbradar ];
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An xml2swf and swf2xml processor with import functionalities";
homepage = http://swfmill.org;
homepage = "http://swfmill.org";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
};
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Collection of SWF manipulation and creation utilities";
homepage = http://www.swftools.org/about.html;
homepage = "http://www.swftools.org/about.html";
license = licenses.gpl2;
maintainers = [ maintainers.koral ];
platforms = stdenv.lib.platforms.unix;
+1 -1
View File
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Restore a damaged (truncated) mp4, m4v, mov, 3gp video from a similar, undamaged video";
license = licenses.gpl2;
homepage = https://github.com/ponchio/untrunc;
homepage = "https://github.com/ponchio/untrunc";
maintainers = [ maintainers.earvstedt ];
};
}
+1 -1
View File
@@ -14,7 +14,7 @@ pythonPackages.buildPythonApplication rec {
meta = {
description = "Tool to record VNC sessions to Flash Video";
homepage = http://www.unixuser.org/~euske/python/vnc2flv/;
homepage = "http://www.unixuser.org/~euske/python/vnc2flv/";
license = stdenv.lib.licenses.mit;
};
}
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
meta = {
description = "VNC recorder";
homepage = http://ronja.twibright.com/utils/vncrec/;
homepage = "http://ronja.twibright.com/utils/vncrec/";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
};
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Yet Another MetaData Injector for FLV";
homepage = http://yamdi.sourceforge.net/;
homepage = "http://yamdi.sourceforge.net/";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = [ maintainers.ryanartecona ];