treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "commons-bsf-1.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://apache/commons/bsf/binaries/bsf-bin-2.4.0.tar.gz;
|
||||
url = "mirror://apache/commons/bsf/binaries/bsf-bin-2.4.0.tar.gz";
|
||||
sha256 = "1my3hv4y8cvrd1kr315wvbjqsamzlzswnbqcmsa2m4hqcafddfr8";
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Interface to scripting languages, including JSR-223";
|
||||
homepage = http://commons.apache.org/proper/commons-bsf/;
|
||||
homepage = "http://commons.apache.org/proper/commons-bsf/";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://commons.apache.org/proper/commons-compress;
|
||||
homepage = "http://commons.apache.org/proper/commons-compress";
|
||||
description = "Allows manipulation of ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE and Z files";
|
||||
maintainers = with stdenv.lib.maintainers; [ copumpkin ];
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://commons.apache.org/proper/commons-fileupload;
|
||||
homepage = "http://commons.apache.org/proper/commons-fileupload";
|
||||
description = "Makes it easy to add robust, high-performance, file upload capability to your servlets and web applications";
|
||||
maintainers = with stdenv.lib.maintainers; [ copumpkin ];
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
|
||||
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "commons-logging-1.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://apache/commons/logging/binaries/commons-logging-1.2-bin.tar.gz;
|
||||
url = "mirror://apache/commons/logging/binaries/commons-logging-1.2-bin.tar.gz";
|
||||
sha256 = "1gc70pmcv0x6ibl89jglmr22f8zpr63iaifi49nrq399qw2qhx9z";
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Wrapper around a variety of logging API implementations";
|
||||
homepage = http://commons.apache.org/proper/commons-logging;
|
||||
homepage = "http://commons.apache.org/proper/commons-logging";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www2.cs.tum.edu/projects/cup/;
|
||||
homepage = "http://www2.cs.tum.edu/projects/cup/";
|
||||
description = "LALR parser generator for Java";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "dbus-java-2.7";
|
||||
src = fetchurl {
|
||||
url = https://dbus.freedesktop.org/releases/dbus-java/dbus-java-2.7.tar.gz;
|
||||
url = "https://dbus.freedesktop.org/releases/dbus-java/dbus-java-2.7.tar.gz";
|
||||
sha256 = "0cyaxd8x6sxmi6pklkkx45j311a6w51fxl4jc5j3inc4cailwh5y";
|
||||
};
|
||||
JAVA_HOME=jdk;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "GeoIPJava-1.2.5";
|
||||
src = fetchurl {
|
||||
url = https://geolite.maxmind.com/download/geoip/api/java/GeoIPJava-1.2.5.zip;
|
||||
url = "https://geolite.maxmind.com/download/geoip/api/java/GeoIPJava-1.2.5.zip";
|
||||
sha256 = "1gb2d0qvvq7xankz7l7ymbr3qprwk9bifpy4hlgw0sq4i6a55ypd";
|
||||
};
|
||||
buildInputs = [ jdk unzip ];
|
||||
|
||||
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://gwt-dnd.googlecode.com/files/gwt-dnd-2.6.5.jar;
|
||||
url = "http://gwt-dnd.googlecode.com/files/gwt-dnd-2.6.5.jar";
|
||||
sha256 = "07zdlr8afs499asnw0dcjmw1cnjc646v91lflx5dv4qj374c97fw";
|
||||
};
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/gwt-widget/gwt-widgets-0.2.0-bin.tar.gz;
|
||||
url = "mirror://sourceforge/gwt-widget/gwt-widgets-0.2.0-bin.tar.gz";
|
||||
sha256 = "09isj4j6842rj13nv8264irkjjhvmgihmi170ciabc98911bakxb";
|
||||
};
|
||||
|
||||
|
||||
@@ -5,14 +5,14 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/httpunit/httpunit-1.7.zip;
|
||||
url = "mirror://sourceforge/httpunit/httpunit-1.7.zip";
|
||||
sha256 = "09gnayqgizd8cjqayvdpkxrc69ipyxawc96aznfrgdhdiwv8l5zf";
|
||||
};
|
||||
|
||||
inherit unzip;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://httpunit.sourceforge.net;
|
||||
homepage = "http://httpunit.sourceforge.net";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
version = "2010.2";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://github.com/NixOS/hydra-ant-logger.git;
|
||||
url = "https://github.com/NixOS/hydra-ant-logger.git";
|
||||
rev = "dae3224f4ed42418d3492bdf5bee4f825819006f";
|
||||
sha256 = "01s7m6007rn9107rw5wcgna7i20x6p6kfzl4f79jrvpkjy6kz176";
|
||||
};
|
||||
|
||||
@@ -5,13 +5,13 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.jdom.org/dist/binary/jdom-1.0.tar.gz;
|
||||
url = "http://www.jdom.org/dist/binary/jdom-1.0.tar.gz";
|
||||
sha256 = "1igmxzcy0s25zcy9vmcw0kd13lh60r0b4qg8lnp1jic33f427pxf";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Java-based solution for accessing, manipulating, and outputting XML data from Java code";
|
||||
homepage = http://www.jdom.org;
|
||||
homepage = "http://www.jdom.org";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.bsdOriginal;
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ in antBuild {
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.junit.org/;
|
||||
homepage = "http://www.junit.org/";
|
||||
description = "A framework for repeatable tests in Java";
|
||||
license = stdenv.lib.licenses.epl10;
|
||||
broken = true;
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "A Java/JNI library for using Unix Domain Sockets from Java";
|
||||
homepage = https://github.com/kohlschutter/junixsocket;
|
||||
homepage = "https://github.com/kohlschutter/junixsocket";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.zeromq.org;
|
||||
homepage = "http://www.zeromq.org";
|
||||
description = "Java bindings for ZeroMQ";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "libmatthew-java-0.8";
|
||||
src = fetchurl {
|
||||
url = https://src.fedoraproject.org/repo/pkgs/libmatthew-java/libmatthew-java-0.8.tar.gz/8455b8751083ce25c99c2840609271f5/libmatthew-java-0.8.tar.gz;
|
||||
url = "https://src.fedoraproject.org/repo/pkgs/libmatthew-java/libmatthew-java-0.8.tar.gz/8455b8751083ce25c99c2840609271f5/libmatthew-java-0.8.tar.gz";
|
||||
sha256 = "1yldkhsdzm0a41a0i881bin2jklhp85y3ah245jd6fz3npcx7l85";
|
||||
};
|
||||
JAVA_HOME=jdk;
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A library that can write a lot of boilerplate for your Java project";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
homepage = https://projectlombok.org/;
|
||||
homepage = "https://projectlombok.org/";
|
||||
maintainers = [ stdenv.lib.maintainers.CrystalGamma ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/mockobjects/mockobjects-bin-0.09.tar;
|
||||
url = "mirror://sourceforge/mockobjects/mockobjects-bin-0.09.tar";
|
||||
sha256 = "18rnyqfcyh0s3dwkkaszdd50ssyjx5fa1y3ii309ldqg693lfgnz";
|
||||
};
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ stdenv.mkDerivation {
|
||||
to provide scripting to end users.
|
||||
'';
|
||||
|
||||
homepage = http://www.mozilla.org/rhino/;
|
||||
homepage = "http://www.mozilla.org/rhino/";
|
||||
|
||||
license = with licenses; [ mpl11 /* or */ gpl2Plus ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
|
||||
@@ -28,7 +28,7 @@ let
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit description license;
|
||||
homepage = http://saxon.sourceforge.net/;
|
||||
homepage = "http://saxon.sourceforge.net/";
|
||||
maintainers = with maintainers; [ rvl ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
@@ -39,7 +39,7 @@ in {
|
||||
pname = "saxon";
|
||||
version = "6.5.3";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/saxon/saxon6_5_3.zip;
|
||||
url = "mirror://sourceforge/saxon/saxon6_5_3.zip";
|
||||
sha256 = "0l5y3y2z4wqgh80f26dwwxwncs8v3nkz3nidv14z024lmk730vs3";
|
||||
};
|
||||
description = "XSLT 1.0 processor";
|
||||
@@ -52,7 +52,7 @@ in {
|
||||
version = "8.8";
|
||||
jar = "saxon8";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/saxon/saxonb8-8j.zip;
|
||||
url = "mirror://sourceforge/saxon/saxonb8-8j.zip";
|
||||
sha256 = "15bzrfyd2f1045rsp9dp4znyhmizh1pm97q8ji2bc0b43q23xsb8";
|
||||
};
|
||||
description = "Complete and conformant processor of XSLT 2.0, XQuery 1.0, and XPath 2.0";
|
||||
@@ -63,7 +63,7 @@ in {
|
||||
version = "9.1.0.8";
|
||||
jar = "saxon9";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/saxon/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip;
|
||||
url = "mirror://sourceforge/saxon/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip";
|
||||
sha256 = "1d39jdnwr3v3pzswm81zry6yikqlqy9dp2l2wmpqdiw00r5drg4j";
|
||||
};
|
||||
description = "Complete and conformant processor of XSLT 2.0, XQuery 1.0, and XPath 2.0";
|
||||
@@ -75,7 +75,7 @@ in {
|
||||
prog = "saxon-he";
|
||||
jar = "saxon9he";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/saxon/Saxon-HE/9.9/SaxonHE9-9-0-1J.zip;
|
||||
url = "mirror://sourceforge/saxon/Saxon-HE/9.9/SaxonHE9-9-0-1J.zip";
|
||||
sha256 = "1inxd7ia7rl9fxfrw8dy9sb7rqv76ipblaki5262688wf2dscs60";
|
||||
};
|
||||
description = "Processor for XSLT 3.0, XPath 2.0 and 3.1, and XQuery 3.1";
|
||||
|
||||
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.igniterealtime.org/downloadServlet?filename=smack/smack_4_1_9.tar.gz;
|
||||
url = "http://www.igniterealtime.org/downloadServlet?filename=smack/smack_4_1_9.tar.gz";
|
||||
sha256 = "009x0qcxd4dkvwcjz2nla470pwbabwvg37wc21pslpw42ldi0bzp";
|
||||
};
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ in stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.eclipse.org/swt/;
|
||||
homepage = "http://www.eclipse.org/swt/";
|
||||
description = "An widget toolkit for Java to access the user-interface facilities of the operating systems on which it is implemented";
|
||||
license = licenses.epl10;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
|
||||
Reference in New Issue
Block a user