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
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
rules to the code that look for problematic patterns or signs of
inefficiency. The rules are all pluggable, so you can easily
write your own or omit ones you don't want. '';
homepage = https://nodejs.org;
homepage = "https://nodejs.org";
license = licenses.bsd2;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
installFlags = [ "DESTDIR=$(out)" ];
meta = with stdenv.lib; {
homepage = https://kristaps.bsd.lv/kcgi;
homepage = "https://kristaps.bsd.lv/kcgi";
description = "Minimal CGI and FastCGI library for C/C++";
license = licenses.isc;
platforms = platforms.all;
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "An easy to use web application framework for C";
homepage = https://kore.io;
homepage = "https://kore.io";
license = licenses.isc;
platforms = platforms.all;
maintainers = with maintainers; [ johnmh ];
+1 -1
View File
@@ -9,7 +9,7 @@ bundlerApp {
meta = with lib; {
description = "SMTP server and web interface to locally test outbound emails";
homepage = https://mailcatcher.me/;
homepage = "https://mailcatcher.me/";
license = licenses.mit;
maintainers = with maintainers; [ zarelit nicknovitski ];
platforms = platforms.unix;
+1 -1
View File
@@ -139,7 +139,7 @@ in
meta = {
description = "Event-driven I/O framework for the V8 JavaScript engine";
homepage = https://nodejs.org;
homepage = "https://nodejs.org";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu gilligan cko ];
platforms = platforms.linux ++ platforms.darwin;
+1 -1
View File
@@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://zeit.co/now;
homepage = "https://zeit.co/now";
description = "The Command Line Interface for Now - Global Serverless Deployments";
license = licenses.asl20;
platforms = platforms.linux;
+2 -2
View File
@@ -6,7 +6,7 @@ let
# highlight.js is a git submodule of remark
highlightjs = fetchgit {
url = https://github.com/isagalaev/highlight.js;
url = "https://github.com/isagalaev/highlight.js";
rev = "10b9500b67983f0a9c42d8ce8bf8e8c469f7078c";
sha256 = "1yy8by15kfklw8lwh17z1swpj067q0skjjih12yawbryraig41m0";
};
@@ -60,7 +60,7 @@ in stdenv.mkDerivation rec {
'';
meta = {
homepage = http://remarkjs.com;
homepage = "http://remarkjs.com";
description = "A simple, in-browser, markdown-driven slideshow tool";
maintainers = [];
platforms = stdenv.lib.platforms.linux;
+8 -8
View File
@@ -3267,7 +3267,7 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "A markdown parser built for speed";
homepage = https://marked.js.org/;
homepage = "https://marked.js.org/";
license = "MIT";
};
production = true;
@@ -3550,7 +3550,7 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "Leaner CSS";
homepage = http://lesscss.org/;
homepage = "http://lesscss.org/";
license = "Apache-2.0";
};
production = true;
@@ -3688,7 +3688,7 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "simple, flexible, fun test framework";
homepage = https://mochajs.org/;
homepage = "https://mochajs.org/";
license = "MIT";
};
production = true;
@@ -3784,7 +3784,7 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "test framework agnostic BDD-style assertions";
homepage = https://github.com/shouldjs/should.js;
homepage = "https://github.com/shouldjs/should.js";
license = "MIT";
};
production = true;
@@ -3818,7 +3818,7 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "JavaScript test spies, stubs and mocks.";
homepage = https://sinonjs.org/;
homepage = "https://sinonjs.org/";
license = "BSD-3-Clause";
};
production = true;
@@ -3871,7 +3871,7 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "Static analysis tool for JavaScript";
homepage = http://jshint.com/;
homepage = "http://jshint.com/";
license = "(MIT AND JSON)";
};
production = true;
@@ -3906,11 +3906,11 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "Portable Unix shell commands for Node.js";
homepage = http://github.com/shelljs/shelljs;
homepage = "http://github.com/shelljs/shelljs";
license = "BSD-3-Clause";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
}
}
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Front-end framework for faster and easier web development";
homepage = https://getbootstrap.com/;
homepage = "https://getbootstrap.com/";
license = stdenv.lib.licenses.mit;
};
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ glib vala ctpl libgee libsoup fcgi ];
meta = with stdenv.lib; {
homepage = https://github.com/valum-framework/valum;
homepage = "https://github.com/valum-framework/valum";
description = "Web micro-framework written in Vala";
license = licenses.lgpl3;
platforms = platforms.linux;
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "XML stream reformatter";
homepage = http://xmlindent.sourceforge.net/;
homepage = "http://xmlindent.sourceforge.net/";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.ocharles ];