treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A pure Unix shell script implementing ACME client protocol";
|
||||
homepage = https://acme.sh/;
|
||||
homepage = "https://acme.sh/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.yorickvp ];
|
||||
};
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Active Directory administration utility for Unix";
|
||||
homepage = https://gp2x.org/adtool;
|
||||
homepage = "https://gp2x.org/adtool";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Amazon ECR Docker Credential Helper is a credential helper for the Docker daemon that makes it easier to use Amazon Elastic Container Registry";
|
||||
homepage = https://github.com/awslabs/amazon-ecr-credential-helper;
|
||||
homepage = "https://github.com/awslabs/amazon-ecr-credential-helper";
|
||||
license = licenses.asl20 ;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
|
||||
@@ -17,7 +17,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Easily rotate your AWS key";
|
||||
homepage = https://github.com/Fullscreen/aws-rotate-key;
|
||||
homepage = "https://github.com/Fullscreen/aws-rotate-key";
|
||||
license = licenses.mit;
|
||||
maintainers = [maintainers.mbode];
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/awslabs/aws-shell;
|
||||
homepage = "https://github.com/awslabs/aws-shell";
|
||||
description = "An integrated shell for working with the AWS CLI";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ ];
|
||||
|
||||
@@ -57,7 +57,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
passthru.python = py; # for aws_shell
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://aws.amazon.com/cli/;
|
||||
homepage = "https://aws.amazon.com/cli/";
|
||||
description = "Unified tool to manage your AWS services";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ muflax ];
|
||||
|
||||
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/jorgebastida/awslogs;
|
||||
homepage = "https://github.com/jorgebastida/awslogs";
|
||||
description = "AWS CloudWatch logs for Humans";
|
||||
maintainers = with maintainers; [ dbrock ];
|
||||
license = licenses.bsd3;
|
||||
|
||||
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://bash-my-aws.org;
|
||||
homepage = "https://bash-my-aws.org";
|
||||
description = "CLI commands for AWS";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ tomberek ];
|
||||
|
||||
@@ -15,6 +15,6 @@ buildPythonApplication rec {
|
||||
description = "A tool to detect crontab errors";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
homepage = https://github.com/lyda/chkcrontab;
|
||||
homepage = "https://github.com/lyda/chkcrontab";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ buildGoPackage {
|
||||
|
||||
meta = with lib; {
|
||||
description = "CLI tool for the Amazon Route 53 DNS service";
|
||||
homepage = https://github.com/barnybug/cli53;
|
||||
homepage = "https://github.com/barnybug/cli53";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ benley ];
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
homepage = https://cr.yp.to/daemontools.html;
|
||||
homepage = "https://cr.yp.to/daemontools.html";
|
||||
description = "A collection of tools for managing UNIX services.";
|
||||
|
||||
maintainers = with stdenv.lib.maintainers; [ kevincox ];
|
||||
|
||||
@@ -20,7 +20,7 @@ buildGoPackage rec {
|
||||
helper. It allows for Docker clients v1.11+ to easily make
|
||||
authenticated requests to GCR's repositories (gcr.io, eu.gcr.io, etc.).
|
||||
'';
|
||||
homepage = https://github.com/GoogleCloudPlatform/docker-credential-gcr;
|
||||
homepage = "https://github.com/GoogleCloudPlatform/docker-credential-gcr";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ suvash ];
|
||||
};
|
||||
|
||||
@@ -58,7 +58,7 @@ buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/elastic/curator;
|
||||
homepage = "https://github.com/elastic/curator";
|
||||
description = "Curate, or manage, your Elasticsearch indices and snapshots";
|
||||
license = licenses.asl20;
|
||||
longDescription = ''
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A tool to automate building and releasing iOS and Android apps";
|
||||
longDescription = "fastlane is a tool for iOS and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application.";
|
||||
homepage = https://github.com/fastlane/fastlane;
|
||||
homepage = "https://github.com/fastlane/fastlane";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
peterromfeldhk
|
||||
|
||||
@@ -35,7 +35,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
Gixy is a tool to analyze Nginx configuration.
|
||||
The main goal of Gixy is to prevent security misconfiguration and automate flaw detection.
|
||||
'';
|
||||
homepage = https://github.com/yandex/gixy;
|
||||
homepage = "https://github.com/yandex/gixy";
|
||||
license = licenses.mpl20;
|
||||
maintainers = [ maintainers.willibutz ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "GTK VNC widget";
|
||||
homepage = https://wiki.gnome.org/Projects/gtk-vnc;
|
||||
homepage = "https://wiki.gnome.org/Projects/gtk-vnc";
|
||||
license = licenses.lgpl2Plus;
|
||||
maintainers = with maintainers; [ raskin offline ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -21,7 +21,7 @@ buildGoModule rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A cli tool for importing and exporting AWS IAM configuration to YAML files";
|
||||
homepage = https://github.com/99designs/iamy;
|
||||
homepage = "https://github.com/99designs/iamy";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ suvash ];
|
||||
};
|
||||
|
||||
@@ -22,7 +22,7 @@ buildRustPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Authentication client/server for Intecture components";
|
||||
homepage = https://intecture.io;
|
||||
homepage = "https://intecture.io";
|
||||
license = licenses.mpl20;
|
||||
maintainers = [ maintainers.rushmorem ];
|
||||
};
|
||||
|
||||
@@ -22,7 +22,7 @@ buildRustPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Authentication client/server for Intecture components";
|
||||
homepage = https://intecture.io;
|
||||
homepage = "https://intecture.io";
|
||||
license = licenses.mpl20;
|
||||
maintainers = [ maintainers.rushmorem ];
|
||||
};
|
||||
|
||||
@@ -25,7 +25,7 @@ buildRustPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A developer friendly, language agnostic configuration management tool for server systems";
|
||||
homepage = https://intecture.io;
|
||||
homepage = "https://intecture.io";
|
||||
license = licenses.mpl20;
|
||||
maintainers = [ maintainers.rushmorem ];
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Manipulate DNS records on various DNS providers in a standardized way.";
|
||||
homepage = https://github.com/AnalogJ/lexicon;
|
||||
homepage = "https://github.com/AnalogJ/lexicon";
|
||||
maintainers = with maintainers; [ flyfloh ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
@@ -34,7 +34,7 @@ buildPythonApplication rec {
|
||||
Rich command-line interface for MySQL with auto-completion and
|
||||
syntax highlighting.
|
||||
'';
|
||||
homepage = http://mycli.net;
|
||||
homepage = "http://mycli.net";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.jojosch ];
|
||||
};
|
||||
|
||||
@@ -77,10 +77,10 @@ in
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "NoMachine remote desktop client (nxplayer)";
|
||||
homepage = https://www.nomachine.com/;
|
||||
homepage = "https://www.nomachine.com/";
|
||||
license = {
|
||||
fullName = "NoMachine 6 End-User License Agreement";
|
||||
url = https://www.nomachine.com/licensing-6;
|
||||
url = "https://www.nomachine.com/licensing-6";
|
||||
free = false;
|
||||
};
|
||||
maintainers = with maintainers; [ talyz ];
|
||||
|
||||
@@ -12,7 +12,7 @@ bundlerApp {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Oxidized is a network device configuration backup tool. It's a RANCID replacement!";
|
||||
homepage = https://github.com/ytti/oxidized;
|
||||
homepage = "https://github.com/ytti/oxidized";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ willibutz nicknovitski ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -23,7 +23,7 @@ in stdenv.mkDerivation {
|
||||
buildInputs = optionals stdenv.isLinux [ autoPatchelfHook makeWrapper ];
|
||||
|
||||
meta = {
|
||||
homepage = https://pulumi.io/;
|
||||
homepage = "https://pulumi.io/";
|
||||
description = "Pulumi is a cloud development platform that makes creating cloud programs easy and productive";
|
||||
license = with licenses; [ asl20 ];
|
||||
platforms = builtins.attrNames data.pulumiPkgs;
|
||||
|
||||
@@ -16,8 +16,8 @@ python3Packages.buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A handy s3 cli tool";
|
||||
homepage = https://github.com/rsavordelli/s3bro;
|
||||
homepage = "https://github.com/rsavordelli/s3bro";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ psyanticy ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://saltstack.com/;
|
||||
homepage = "https://saltstack.com/";
|
||||
description = "Portable, distributed, remote execution and configuration management system";
|
||||
maintainers = with maintainers; [ aneeshusa ];
|
||||
license = licenses.asl20;
|
||||
|
||||
@@ -18,7 +18,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A CLI front-end to a running salt-api system";
|
||||
homepage = https://github.com/saltstack/pepper;
|
||||
homepage = "https://github.com/saltstack/pepper";
|
||||
maintainers = [ maintainers.pierrer ];
|
||||
license = licenses.asl20;
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ buildGoPackage rec{
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Interact with Scaleway API from the command line";
|
||||
homepage = https://github.com/scaleway/scaleway-cli;
|
||||
homepage = "https://github.com/scaleway/scaleway-cli";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ nickhu ];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://simple-evcorr.github.io;
|
||||
homepage = "https://simple-evcorr.github.io";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
description = "Simple Event Correlator";
|
||||
maintainers = [ stdenv.lib.maintainers.tv ];
|
||||
|
||||
@@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
|
||||
propagatedBuildInputs = with python3Packages; [ acme setuptools_scm josepy idna ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/zenhack/simp_le;
|
||||
homepage = "https://github.com/zenhack/simp_le";
|
||||
description = "Simple Let's Encrypt client";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ gebner makefu ];
|
||||
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "a Bourne shell script that can be used to report on expiring SSL certificates";
|
||||
homepage = https://github.com/Matty9191/ssl-cert-check;
|
||||
homepage = "https://github.com/Matty9191/ssl-cert-check";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.ryantm ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
name = "tightvnc-1.3.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/vnc-tight/tightvnc-1.3.10_unixsrc.tar.bz2;
|
||||
url = "mirror://sourceforge/vnc-tight/tightvnc-1.3.10_unixsrc.tar.bz2";
|
||||
sha256 = "f48c70fea08d03744ae18df6b1499976362f16934eda3275cead87baad585c0d";
|
||||
};
|
||||
|
||||
@@ -69,7 +69,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
homepage = http://vnc-tight.sourceforge.net/;
|
||||
homepage = "http://vnc-tight.sourceforge.net/";
|
||||
description = "Improved version of VNC";
|
||||
|
||||
longDescription = ''
|
||||
|
||||
@@ -32,7 +32,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Make your iPad/tablet/computer as a secondary monitor on Linux";
|
||||
homepage = https://github.com/kbumsik/VirtScreen;
|
||||
homepage = "https://github.com/kbumsik/VirtScreen";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ borisbabic ];
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@ python2Packages.buildPythonPackage {
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/sibson/vncdotool;
|
||||
homepage = "https://github.com/sibson/vncdotool";
|
||||
description = "A command line VNC client and python library";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ elitak ];
|
||||
|
||||
Reference in New Issue
Block a user