Merge pull request #94280 from zowoq/ecc-gomodule

buildGoModule packages: editorconfig fixes
This commit is contained in:
Jörg Thalheim 2020-07-31 05:50:52 +01:00 committed by GitHub
commit af2055de21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
133 changed files with 136 additions and 136 deletions

View File

@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ ehmry filalex77 ]; maintainers = with maintainers; [ ehmry filalex77 ];
}; };
} }

View File

@ -22,4 +22,4 @@ buildGoModule rec {
maintainers = with maintainers; [ doronbehar ]; maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -23,4 +23,4 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ]; maintainers = with maintainers; [ kalbasit ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.rbasso ]; maintainers = [ maintainers.rbasso ];
}; };
} }

View File

@ -20,4 +20,4 @@ buildGoModule rec {
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ das_j ]; maintainers = with maintainers; [ das_j ];
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
maintainers = with maintainers; [ skykanin ]; maintainers = with maintainers; [ skykanin ];
homepage = "https://github.com/GeertJohan/gomatrix"; homepage = "https://github.com/GeertJohan/gomatrix";
}; };
} }

View File

@ -24,4 +24,4 @@ buildGoModule rec {
maintainers = with maintainers; [ uvnikita ]; maintainers = with maintainers; [ uvnikita ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -20,4 +20,4 @@ buildGoModule rec {
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.heel ]; maintainers = [ maintainers.heel ];
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
license = lib.licenses.mit; license = lib.licenses.mit;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View File

@ -25,16 +25,16 @@ buildGoModule rec {
-X github.com/argoproj/argo-cd/common.gitCommit=${commit} -X github.com/argoproj/argo-cd/common.gitCommit=${commit}
-X github.com/argoproj/argo-cd/common.gitTreeState=clean -X github.com/argoproj/argo-cd/common.gitTreeState=clean
''; '';
# run packr to embed assets # run packr to embed assets
preBuild = '' preBuild = ''
packr packr
''; '';
meta = with lib; { meta = with lib; {
description = "Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes"; description = "Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes";
homepage = "https://github.com/argoproj/argo"; homepage = "https://github.com/argoproj/argo";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ shahrukh330 ]; maintainers = with maintainers; [ shahrukh330 ];
}; };
} }

View File

@ -22,4 +22,4 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jpotier ]; maintainers = with maintainers; [ jpotier ];
}; };
} }

View File

@ -20,4 +20,4 @@ buildGoModule rec {
maintainers = with maintainers; [ atkinschang ]; maintainers = with maintainers; [ atkinschang ];
platforms = platforms.darwin; platforms = platforms.darwin;
}; };
} }

View File

@ -24,4 +24,4 @@ buildGoModule rec {
maintainers = with maintainers; [ tadfisher atkinschang ]; maintainers = with maintainers; [ tadfisher atkinschang ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -23,4 +23,4 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ Gonzih filalex77 ]; maintainers = with maintainers; [ Gonzih filalex77 ];
}; };
} }

View File

@ -25,4 +25,4 @@ buildGoModule rec {
maintainers = with lib.maintainers; [ eliasp ]; maintainers = with lib.maintainers; [ eliasp ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View File

@ -39,4 +39,4 @@ buildGoModule rec {
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ kuznero jlesquembre ngerstle ]; maintainers = with maintainers; [ kuznero jlesquembre ngerstle ];
}; };
} }

View File

@ -23,4 +23,4 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ groodt ]; maintainers = with maintainers; [ groodt ];
}; };
} }

View File

@ -10,9 +10,9 @@ buildGoModule rec {
repo = "kubespy"; repo = "kubespy";
sha256 = "1p0qmn6458pa9la6zkvyrkgs2rhzfwsk9m3rk5fkmcfbh7b031r8"; sha256 = "1p0qmn6458pa9la6zkvyrkgs2rhzfwsk9m3rk5fkmcfbh7b031r8";
}; };
vendorSha256 = "0q85is01cbgxflnqdvxc9w5iqdizgvsc44h8z21j712bm2w7blqq"; vendorSha256 = "0q85is01cbgxflnqdvxc9w5iqdizgvsc44h8z21j712bm2w7blqq";
# TODO: enable after https://github.com/pulumi/kubespy/issues/72 is addressed. # TODO: enable after https://github.com/pulumi/kubespy/issues/72 is addressed.
# postInstall = '' # postInstall = ''
# for shell in bash zsh; do # for shell in bash zsh; do

View File

@ -20,4 +20,4 @@ buildGoModule rec {
maintainers = with maintainers; [ johanot nicknovitski ]; maintainers = with maintainers; [ johanot nicknovitski ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -21,4 +21,4 @@ buildGoModule {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ Gonzih ]; maintainers = with maintainers; [ Gonzih ];
}; };
} }

View File

@ -63,4 +63,4 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ]; maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View File

@ -24,4 +24,4 @@ buildGoModule rec {
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ basvandijk ]; maintainers = with maintainers; [ basvandijk ];
}; };
} }

View File

@ -22,4 +22,4 @@ buildGoModule rec {
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ gila ]; maintainers = with maintainers; [ gila ];
}; };
} }

View File

@ -30,4 +30,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
}; };
} }

View File

@ -23,4 +23,4 @@ buildGoModule rec {
maintainers = [ maintainers.doronbehar ]; maintainers = [ maintainers.doronbehar ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -22,4 +22,4 @@ buildGoModule rec {
maintainers = with maintainers; [ filalex77 ]; maintainers = with maintainers; [ filalex77 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -21,4 +21,4 @@ buildGoModule rec {
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ jglukasik ]; maintainers = with maintainers; [ jglukasik ];
}; };
} }

View File

@ -38,4 +38,4 @@ buildGoModule rec {
maintainers = with maintainers; [ doronbehar ]; maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -30,4 +30,4 @@ buildGoModule rec {
badPlatforms = platforms.darwin; badPlatforms = platforms.darwin;
maintainers = with maintainers; [ rnhmjoj ]; maintainers = with maintainers; [ rnhmjoj ];
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
maintainers = [ maintainers.bjornfor ]; maintainers = [ maintainers.bjornfor ];
license = licenses.bsd2; license = licenses.bsd2;
}; };
} }

View File

@ -29,4 +29,4 @@ buildGoModule rec {
maintainers = with stdenv.lib.maintainers; [ sigma ]; maintainers = with stdenv.lib.maintainers; [ sigma ];
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}; };
} }

View File

@ -35,4 +35,4 @@ buildGoModule rec {
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ royneary ]; maintainers = with maintainers; [ royneary ];
}; };
} }

View File

@ -31,4 +31,4 @@ buildGoModule rec {
maintainers = with maintainers; [ marsam dtzWill ]; maintainers = with maintainers; [ marsam dtzWill ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ rencire ]; maintainers = with maintainers; [ rencire ];
}; };
} }

View File

@ -57,4 +57,4 @@ in buildPythonPackage rec {
license = licenses.agpl3; license = licenses.agpl3;
maintainers = with maintainers; [ eadwu ]; maintainers = with maintainers; [ eadwu ];
}; };
} }

View File

@ -79,4 +79,4 @@ in buildPythonPackage rec {
license = licenses.agpl3; license = licenses.agpl3;
maintainers = with maintainers; [ eadwu ]; maintainers = with maintainers; [ eadwu ];
}; };
} }

View File

@ -22,4 +22,4 @@ buildGoModule rec {
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ xrelkd ]; maintainers = with maintainers; [ xrelkd ];
}; };
} }

View File

@ -33,4 +33,4 @@ buildGoModule rec {
maintainers = with maintainers; [ andrew-d ]; maintainers = with maintainers; [ andrew-d ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }

View File

@ -14,7 +14,7 @@ buildGoModule rec {
rev = "v${version}"; rev = "v${version}";
sha256 = "0das5z5y2x1970yi9c4yssxvwrrjhdmsj495q0r5mb02amvc954v"; sha256 = "0das5z5y2x1970yi9c4yssxvwrrjhdmsj495q0r5mb02amvc954v";
}; };
overrideModAttrs = (_: { overrideModAttrs = (_: {
patches = []; patches = [];
preBuild = '' preBuild = ''

View File

@ -26,4 +26,4 @@ buildGoModule rec {
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ andrestylianos ]; maintainers = with maintainers; [ andrestylianos ];
}; };
} }

View File

@ -53,4 +53,4 @@ in
symlinkJoin{ symlinkJoin{
name = "packr"; name = "packr";
paths = [p1 p2]; paths = [p1 p2];
} }

View File

@ -23,4 +23,4 @@ buildGoModule rec {
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ groodt ]; maintainers = with maintainers; [ groodt ];
}; };
} }

View File

@ -24,4 +24,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
description = "The new Azure Storage data transfer utility - AzCopy v10"; description = "The new Azure Storage data transfer utility - AzCopy v10";
}; };
} }

View File

@ -25,4 +25,4 @@ in buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
description = "Command line client for the Drone continuous integration server."; description = "Command line client for the Drone continuous integration server.";
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
description = "Continuous Integration platform built on container technology"; description = "Continuous Integration platform built on container technology";
}; };
} }

View File

@ -20,4 +20,4 @@ buildGoModule rec {
maintainers = [ maintainers.manveru ]; maintainers = [ maintainers.manveru ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -25,4 +25,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ marsam spacekookie ]; maintainers = with maintainers; [ marsam spacekookie ];
}; };
} }

View File

@ -20,4 +20,4 @@ buildGoModule rec {
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -22,4 +22,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ rvolosatovs kalbasit ]; maintainers = with maintainers; [ rvolosatovs kalbasit ];
}; };
} }

View File

@ -23,4 +23,4 @@ buildGoModule rec {
maintainers = with stdenv.lib.maintainers; [ vdemeester rvolosatovs ]; maintainers = with stdenv.lib.maintainers; [ vdemeester rvolosatovs ];
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ rvolosatovs ]; maintainers = with maintainers; [ rvolosatovs ];
}; };
} }

View File

@ -21,4 +21,4 @@ buildGoModule rec {
maintainers = with stdenv.lib.maintainers; [ vdemeester ]; maintainers = with stdenv.lib.maintainers; [ vdemeester ];
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}; };
} }

View File

@ -23,4 +23,4 @@ buildGoModule rec {
maintainers = with stdenv.lib.maintainers; [ vdemeester ]; maintainers = with stdenv.lib.maintainers; [ vdemeester ];
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}; };
} }

View File

@ -22,4 +22,4 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ endocrimes ]; maintainers = with maintainers; [ endocrimes ];
}; };
} }

View File

@ -47,4 +47,4 @@ buildGoModule rec {
# Do not copy this without a good reason for enabling # Do not copy this without a good reason for enabling
# In this case tools is heavily coupled with go itself and embeds paths. # In this case tools is heavily coupled with go itself and embeds paths.
allowGoReference = true; allowGoReference = true;
} }

View File

@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ cswank ]; maintainers = with maintainers; [ cswank ];
}; };
} }

View File

@ -28,4 +28,4 @@ buildGoModule rec {
maintainers = with maintainers; [ jlesquembre ]; maintainers = with maintainers; [ jlesquembre ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ dtzWill ]; maintainers = with maintainers; [ dtzWill ];
}; };
} }

View File

@ -25,4 +25,4 @@ buildGoModule rec {
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.marsam ]; maintainers = [ maintainers.marsam ];
}; };
} }

View File

@ -23,4 +23,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.marsam ]; maintainers = [ maintainers.marsam ];
}; };
} }

View File

@ -26,4 +26,4 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ]; maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View File

@ -20,4 +20,4 @@ buildGoModule rec {
maintainers = with maintainers; [ filalex77 ]; maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -22,4 +22,4 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ]; maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View File

@ -20,4 +20,4 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ]; maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View File

@ -27,4 +27,4 @@ buildGoModule {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ kalbasit ]; maintainers = with maintainers; [ kalbasit ];
}; };
} }

View File

@ -28,4 +28,4 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ]; maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ yurrriq ]; maintainers = with maintainers; [ yurrriq ];
}; };
} }

View File

@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ rvolosatovs ]; maintainers = with maintainers; [ rvolosatovs ];
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
maintainers = with maintainers; [ rawkode filalex77 ]; maintainers = with maintainers; [ rawkode filalex77 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -27,4 +27,4 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ aaronjanse ]; maintainers = with maintainers; [ aaronjanse ];
}; };
} }

View File

@ -20,4 +20,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
homepage = "https://go.tacodewolff.nl/minify"; homepage = "https://go.tacodewolff.nl/minify";
}; };
} }

View File

@ -33,4 +33,4 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ rushmorem fpletz zimbatm filalex77 ]; maintainers = with maintainers; [ rushmorem fpletz zimbatm filalex77 ];
}; };
} }

View File

@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ rushmorem rtreffer deltaevo ]; maintainers = with maintainers; [ rushmorem rtreffer deltaevo ];
}; };
} }

View File

@ -25,4 +25,4 @@ buildGoModule {
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ rvolosatovs ]; maintainers = with maintainers; [ rvolosatovs ];
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
maintainers = with maintainers; [ petabyteboy ]; maintainers = with maintainers; [ petabyteboy ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -30,4 +30,4 @@ buildGoModule rec {
inherit (hasura-graphql-engine.meta) license homepage maintainers; inherit (hasura-graphql-engine.meta) license homepage maintainers;
description = "Hasura GraphQL Engine CLI"; description = "Hasura GraphQL Engine CLI";
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
maintainers = with maintainers; [ ryantm ]; maintainers = with maintainers; [ ryantm ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -28,4 +28,4 @@ buildGoModule rec {
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.asl20; license = licenses.asl20;
}; };
} }

View File

@ -27,4 +27,4 @@ buildGoModule rec {
homepage = "https://github.com/google/mtail"; homepage = "https://github.com/google/mtail";
description = "Tool for extracting metrics from application logs"; description = "Tool for extracting metrics from application logs";
}; };
} }

View File

@ -66,4 +66,4 @@ in
pname = "sensu-go-agent"; pname = "sensu-go-agent";
subPackages = [ "cmd/sensu-agent" ]; subPackages = [ "cmd/sensu-agent" ];
}; };
} }

View File

@ -31,4 +31,4 @@ buildGoModule rec {
homepage = "https://www.influxdata.com/time-series-platform/telegraf/"; homepage = "https://www.influxdata.com/time-series-platform/telegraf/";
maintainers = with maintainers; [ mic92 roblabla foxit64 ]; maintainers = with maintainers; [ mic92 roblabla foxit64 ];
}; };
} }

View File

@ -30,4 +30,4 @@ buildGoModule rec {
maintainers = with maintainers; [ basvandijk ]; maintainers = with maintainers; [ basvandijk ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -23,4 +23,4 @@ buildGoModule rec {
homepage = "https://influxdata.com/"; homepage = "https://influxdata.com/";
maintainers = with maintainers; [ offline zimbatm ]; maintainers = with maintainers; [ offline zimbatm ];
}; };
} }

View File

@ -22,4 +22,4 @@ buildGoModule rec {
maintainers = with maintainers; [ danbst ]; maintainers = with maintainers; [ danbst ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View File

@ -34,4 +34,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ vdemeester ]; maintainers = with maintainers; [ vdemeester ];
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ minijackson ]; maintainers = with maintainers; [ minijackson ];
}; };
} }

View File

@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ filalex77 worldofpeace ]; maintainers = with maintainers; [ filalex77 worldofpeace ];
}; };
} }

View File

@ -33,4 +33,4 @@ buildGoModule rec {
passthru.tests = { passthru.tests = {
zsh-history-shell-integration = nixosTests.zsh-history; zsh-history-shell-integration = nixosTests.zsh-history;
}; };
} }

View File

@ -26,4 +26,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ zimbatm ]; maintainers = with maintainers; [ zimbatm ];
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.marsam ]; maintainers = [ maintainers.marsam ];
}; };
} }

View File

@ -26,4 +26,4 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ marsam ]; maintainers = with maintainers; [ marsam ];
}; };
} }

View File

@ -25,4 +25,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ suvash ]; maintainers = with maintainers; [ suvash ];
}; };
} }

View File

@ -29,4 +29,4 @@ buildGoModule rec {
maintainers = with maintainers; [ doronbehar ]; maintainers = with maintainers; [ doronbehar ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -31,4 +31,4 @@ buildGoModule rec {
description = "An archival restoration tool for PostgreSQL"; description = "An archival restoration tool for PostgreSQL";
maintainers = [ stdenv.lib.maintainers.ocharles ]; maintainers = [ stdenv.lib.maintainers.ocharles ];
}; };
} }

View File

@ -21,4 +21,4 @@ buildGoModule rec {
# TODO: fix modules build on darwin # TODO: fix modules build on darwin
broken = stdenv.isDarwin; broken = stdenv.isDarwin;
}; };
} }

View File

@ -34,4 +34,4 @@ buildGoModule rec {
maintainers = with maintainers; [ jhillyerd ]; maintainers = with maintainers; [ jhillyerd ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -27,4 +27,4 @@ buildGoModule rec {
description = "A simple clipboard manager for Wayland"; description = "A simple clipboard manager for Wayland";
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -20,4 +20,4 @@ buildGoModule rec {
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ aethelz ]; maintainers = with maintainers; [ aethelz ];
}; };
} }

View File

@ -23,4 +23,4 @@ buildGoModule rec {
description = "A command line interface for pushing messages to gotify/server."; description = "A command line interface for pushing messages to gotify/server.";
maintainers = with maintainers; [ ma27 ]; maintainers = with maintainers; [ ma27 ];
}; };
} }

Some files were not shown because too many files have changed in this diff Show More