treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-03-31 21:11:51 -04:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
''; # */
meta = with stdenv.lib; {
homepage = https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html;
homepage = "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html";
description = "The Amazon ECS command line interface";
longDescription = "The Amazon Elastic Container Service (Amazon ECS) command line interface (CLI) provides high-level commands to simplify creating, updating, and monitoring clusters and tasks from a local development environment.";
license = licenses.asl20;

View File

@@ -14,7 +14,7 @@ buildGoPackage rec {
};
meta = with stdenv.lib; {
homepage = https://github.com/wallix/awless/;
homepage = "https://github.com/wallix/awless/";
description = "A Mighty CLI for AWS";
platforms = with platforms; linux ++ darwin;
license = licenses.asl20;

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "aws-1.75";
src = fetchurl {
url = https://raw.github.com/timkay/aws/2f2ff99f9f5111ea708ae6cd14d20e264748e72b/aws;
url = "https://raw.github.com/timkay/aws/2f2ff99f9f5111ea708ae6cd14d20e264748e72b/aws";
sha256 = "0d5asv73a58yb1bb1jpsw3c7asd62y86z5fwpg4llhjzkx79maj6";
};
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = https://www.timkay.com/aws/;
homepage = "https://www.timkay.com/aws/";
description = "Command-line utility for working with Amazon EC2, S3, SQS, ELB, IAM and SDB";
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.unix;

View File

@@ -88,7 +88,7 @@ in with localPython.pkgs; buildPythonApplication rec {
'';
meta = with stdenv.lib; {
homepage = https://aws.amazon.com/elasticbeanstalk/;
homepage = "https://aws.amazon.com/elasticbeanstalk/";
description = "A command line interface for Elastic Beanstalk";
maintainers = with maintainers; [ eqyiel ];
license = licenses.asl20;

View File

@@ -37,7 +37,7 @@ in pythonPackages.buildPythonApplication {
doCheck = false;
meta = {
homepage = https://cloudinit.readthedocs.org;
homepage = "https://cloudinit.readthedocs.org";
description = "Provides configuration and customization of cloud instance";
maintainers = [ lib.maintainers.madjar lib.maintainers.phile314 ];
platforms = lib.platforms.all;

View File

@@ -17,7 +17,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "CLI for Apache CloudStack.";
homepage = https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cloudmonkey+CLI;
homepage = "https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cloudmonkey+CLI";
license = [ licenses.asl20 ];
maintainers = [ maintainers.womfoo ];
};

View File

@@ -19,7 +19,7 @@ buildGoPackage rec {
meta = with lib; {
description = "CLI and validation tools for Kubelet Container Runtime Interface (CRI)";
homepage = https://github.com/kubernetes-sigs/cri-tools;
homepage = "https://github.com/kubernetes-sigs/cri-tools";
license = lib.licenses.asl20;
maintainers = with maintainers; [ saschagrunert ];
};

View File

@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
''; # */
meta = {
homepage = https://aws.amazon.com/developertools/Amazon-EC2/368;
homepage = "https://aws.amazon.com/developertools/Amazon-EC2/368";
description = "Command-line tools to create and manage Amazon EC2 virtual machine images";
license = stdenv.lib.licenses.amazonsl;
};

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
''; # */
meta = {
homepage = http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351;
homepage = "http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351";
description = "Command-line tools to create and manage Amazon EC2 virtual machines";
license = stdenv.lib.licenses.amazonsl;
};

View File

@@ -7,7 +7,7 @@ in buildPythonApplication {
version = "2.1.4";
src = fetchgit {
url = https://github.com/eucalyptus/euca2ools.git;
url = "https://github.com/eucalyptus/euca2ools.git";
rev = "19cb7eac34dd7efe3a56e4841b9692c03458bf3b";
sha256 = "0grsgn5gbvk1hlfa8qx7ppz7iyfyi2pdhxy8njr8lm60w4amfiyq";
};
@@ -15,7 +15,7 @@ in buildPythonApplication {
propagatedBuildInputs = [ boto m2crypto ];
meta = {
homepage = https://github.com/eucalyptus/euca2ools;
homepage = "https://github.com/eucalyptus/euca2ools";
description = "Tools for interacting with Amazon EC2/S3-compatible cloud computing services";
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.linux;

View File

@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://github.com/GoogleCloudPlatform/compute-image-packages;
homepage = "https://github.com/GoogleCloudPlatform/compute-image-packages";
description = "OS Login Guest Environment for Google Compute Engine";
license = licenses.asl20;
maintainers = with maintainers; [ adisbladis flokli ];

View File

@@ -17,7 +17,7 @@ buildGoPackage rec {
meta = {
description = "A vSphere CLI built on top of govmomi";
homepage = https://github.com/vmware/govmomi/tree/master/govc;
homepage = "https://github.com/vmware/govmomi/tree/master/govc";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ nicknovitski ];
};

View File

@@ -35,7 +35,7 @@ perlPackages.buildPerlPackage rec {
meta = with stdenv.lib; {
description = "Command-line interface to the Linode platform";
homepage = https://github.com/linode/cli;
homepage = "https://github.com/linode/cli";
license = with licenses; [ artistic2 gpl2 ];
maintainers = with maintainers; [ nixy ];
};

View File

@@ -16,7 +16,7 @@ buildGoPackage {
};
meta = with stdenv.lib; {
homepage = https://github.com/shoenig/marathonctl;
homepage = "https://github.com/shoenig/marathonctl";
description = "CLI tool for Marathon";
platforms = platforms.all;
license = licenses.mit;

View File

@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
fullName = "Mininet 2.3.0d6 License";
};
platforms = platforms.linux;
homepage = https://github.com/mininet/mininet;
homepage = "https://github.com/mininet/mininet";
maintainers = with maintainers; [ teto ];
};
}

View File

@@ -13,7 +13,7 @@ buildGoPackage rec {
};
meta = with lib; {
homepage = https://github.com/rootless-containers/rootlesskit;
homepage = "https://github.com/rootless-containers/rootlesskit";
description = ''Kind of Linux-native "fake root" utility, made for mainly running Docker and Kubernetes as an unprivileged user'';
license = licenses.asl20;
maintainers = with maintainers; [ offline ];

View File

@@ -33,7 +33,7 @@ buildPythonApplication rec {
meta = with stdenv.lib; {
description = "basic user tool to execute simple docker containers in user space without root privileges";
homepage = https://indigo-dc.gitbooks.io/udocker;
homepage = "https://indigo-dc.gitbooks.io/udocker";
license = licenses.asl20;
maintainers = [ maintainers.bzizou ];
platforms = platforms.linux;

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation (rec {
version = "6.2.0";
meta = {
description = "Citrix XenServer Tools";
homepage = http://citrix.com/English/ps2/products/product.asp?contentID=683148&ntref=hp_nav_US;
homepage = "http://citrix.com/English/ps2/products/product.asp?contentID=683148&ntref=hp_nav_US";
maintainers = with stdenv.lib.maintainers; [ benwbooth ];
platforms = stdenv.lib.platforms.linux;
license = [ stdenv.lib.licenses.gpl2 stdenv.lib.licenses.lgpl21 ];