summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorMichael Reilly <OmnipotentEntity@gmail.com>2020-03-31 21:11:51 -0400
committerJörg Thalheim <joerg@thalheim.io>2020-04-10 17:54:53 +0100
commit84cf00f98031e93f389f1eb93c4a7374a33cc0a9 (patch)
tree203c51a8740cb4893b8cfc4426d4cd49a97430e0 /pkgs/applications/editors/eclipse
parentbf5eb87033cc6a5de5cc48da544c17a4dedc790b (diff)
treewide: Per RFC45, remove all unquoted URLs
Diffstat (limited to 'pkgs/applications/editors/eclipse')
-rw-r--r--pkgs/applications/editors/eclipse/build-eclipse.nix2
-rw-r--r--pkgs/applications/editors/eclipse/default.nix4
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix46
3 files changed, 26 insertions, 26 deletions
diff --git a/pkgs/applications/editors/eclipse/build-eclipse.nix b/pkgs/applications/editors/eclipse/build-eclipse.nix
index 6ae9eb078e26..f8cbac06b0db 100644
--- a/pkgs/applications/editors/eclipse/build-eclipse.nix
+++ b/pkgs/applications/editors/eclipse/build-eclipse.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
''; # */
meta = {
- homepage = http://www.eclipse.org/;
+ homepage = "http://www.eclipse.org/";
inherit description;
platforms = [ "x86_64-linux" ];
};
diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix
index 345f7eae9fc6..d3113b819f7e 100644
--- a/pkgs/applications/editors/eclipse/default.nix
+++ b/pkgs/applications/editors/eclipse/default.nix
@@ -69,12 +69,12 @@ in rec {
src =
if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl { # tested
- url = https://downloads.typesafe.com/scalaide-pack/4.4.1-vfinal-luna-211-20160504/scala-SDK-4.4.1-vfinal-2.11-linux.gtk.x86_64.tar.gz;
+ url = "https://downloads.typesafe.com/scalaide-pack/4.4.1-vfinal-luna-211-20160504/scala-SDK-4.4.1-vfinal-2.11-linux.gtk.x86_64.tar.gz";
sha256 = "4c2d1ac68384e12a11a851cf0fc7757aea087eba69329b21d539382a65340d27";
}
else
fetchurl { # untested
- url = https://downloads.typesafe.com/scalaide-pack/4.4.1-vfinal-luna-211-20160504/scala-SDK-4.4.1-vfinal-2.11-linux.gtk.x86.tar.gz;
+ url = "https://downloads.typesafe.com/scalaide-pack/4.4.1-vfinal-luna-211-20160504/scala-SDK-4.4.1-vfinal-2.11-linux.gtk.x86.tar.gz";
sha256 = "35383cb09567187e14a30c15de9fd9aa0eef99e4bbb342396ce3acd11fb5cbac";
};
};
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index a60b1a2ae511..fab7317868a9 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -106,7 +106,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://github.com/tobiasmelcher/EclipseAceJump;
+ homepage = "https://github.com/tobiasmelcher/EclipseAceJump";
description = "Provides fast jumps to text based on initial letter";
license = licenses.mit;
platforms = platforms.all;
@@ -153,7 +153,7 @@ rec {
meta = with stdenv.lib; {
description = "A powerful parser generator for processing structured text or binary files";
- homepage = https://www.antlr.org/;
+ homepage = "https://www.antlr.org/";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = [ maintainers.rycee ];
@@ -176,7 +176,7 @@ rec {
meta = with stdenv.lib; {
description = "A powerful parser generator for processing structured text or binary files";
- homepage = https://www.antlr.org/;
+ homepage = "https://www.antlr.org/";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = [ maintainers.rycee ];
@@ -198,7 +198,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = http://andrei.gmxhome.de/anyedit/;
+ homepage = "http://andrei.gmxhome.de/anyedit/";
description = "Adds new tools to the context menu of text-based editors";
license = licenses.epl10;
platforms = platforms.all;
@@ -221,7 +221,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://github.com/cypher256/eclipse-encoding-plugin;
+ homepage = "https://github.com/cypher256/eclipse-encoding-plugin";
description = "Show file encoding and line ending for the active editor in the eclipse status bar";
license = licenses.epl10;
platforms = platforms.all;
@@ -244,7 +244,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = http://andrei.gmxhome.de/bytecode/;
+ homepage = "http://andrei.gmxhome.de/bytecode/";
description = "Shows disassembled bytecode of current java editor or class file";
license = licenses.bsd2;
platforms = platforms.all;
@@ -263,7 +263,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://eclipse.org/cdt/;
+ homepage = "https://eclipse.org/cdt/";
description = "C/C++ development tooling";
license = licenses.epl10;
platforms = platforms.all;
@@ -282,7 +282,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://eclipse-cs.sourceforge.net/;
+ homepage = "https://eclipse-cs.sourceforge.net/";
description = "Checkstyle integration into the Eclipse IDE";
license = licenses.lgpl21;
platforms = platforms.all;
@@ -306,7 +306,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = http://eclipsecolorthemes.org/;
+ homepage = "http://eclipsecolorthemes.org/";
description = "Plugin to switch color themes conveniently and without side effects";
license = licenses.epl10;
platforms = platforms.all;
@@ -339,7 +339,7 @@ rec {
propagatedBuildInputs = [ zest ];
meta = with stdenv.lib; {
- homepage = http://www2.cs.tum.edu/projects/cup/eclipse.php;
+ homepage = "http://www2.cs.tum.edu/projects/cup/eclipse.php";
description = "IDE for developing CUP based parsers";
platforms = platforms.all;
maintainers = [ maintainers.romildo ];
@@ -367,7 +367,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://www.drools.org/;
+ homepage = "https://www.drools.org/";
description = "Drools is a Business Rules Management System (BRMS) solution";
license = licenses.asl20;
};
@@ -384,7 +384,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://www.eclemma.org/;
+ homepage = "https://www.eclemma.org/";
description = "EclEmma is a free Java code coverage tool for Eclipse";
license = licenses.epl10;
platforms = platforms.all;
@@ -407,7 +407,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = http://findbugs.sourceforge.net/;
+ homepage = "http://findbugs.sourceforge.net/";
description = "Plugin that uses static analysis to look for bugs in Java code";
license = licenses.epl10;
platforms = platforms.all;
@@ -426,7 +426,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = http://gnuarmeclipse.livius.net/;
+ homepage = "http://gnuarmeclipse.livius.net/";
description = "GNU ARM Eclipse Plug-ins";
license = licenses.epl10;
platforms = platforms.all;
@@ -465,7 +465,7 @@ rec {
meta = with stdenv.lib; {
description = "Adds support for JSON files to Eclipse";
- homepage = https://github.com/boothen/Json-Eclipse-Plugin;
+ homepage = "https://github.com/boothen/Json-Eclipse-Plugin";
license = licenses.epl10;
platforms = platforms.all;
maintainers = [ maintainers.rycee ];
@@ -483,7 +483,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://www.eclipse.org/jdt/;
+ homepage = "https://www.eclipse.org/jdt/";
description = "Eclipse Java development tools";
license = licenses.epl10;
platforms = platforms.all;
@@ -506,7 +506,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://github.com/angelozerr/jdt-codemining;
+ homepage = "https://github.com/angelozerr/jdt-codemining";
description = "Provides JDT Java CodeMining";
license = licenses.epl10;
platforms = platforms.all;
@@ -532,7 +532,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://github.com/RustDT;
+ homepage = "https://github.com/RustDT";
description = "Rust development tooling";
license = licenses.epl10;
platforms = platforms.all;
@@ -549,7 +549,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = http://scala-ide.org/;
+ homepage = "http://scala-ide.org/";
description = "The Scala IDE for Eclipse";
license = licenses.bsd3;
platforms = platforms.all;
@@ -568,7 +568,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://spotbugs.github.io/;
+ homepage = "https://spotbugs.github.io/";
description = "Plugin that uses static analysis to look for bugs in Java code";
license = licenses.lgpl21;
platforms = platforms.all;
@@ -591,7 +591,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://testng.org/doc/;
+ homepage = "https://testng.org/doc/";
description = "Eclipse plugin for the TestNG testing framework";
license = licenses.asl20;
platforms = platforms.all;
@@ -636,7 +636,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://github.com/oyse/yedit;
+ homepage = "https://github.com/oyse/yedit";
description = "A YAML editor plugin for Eclipse";
license = licenses.epl10;
platforms = platforms.all;
@@ -654,7 +654,7 @@ rec {
};
meta = with stdenv.lib; {
- homepage = https://www.eclipse.org/gef/zest/;
+ homepage = "https://www.eclipse.org/gef/zest/";
description = "The Eclipse Visualization Toolkit";
platforms = platforms.all;
maintainers = [ maintainers.romildo ];