buildGoModule: remove platform.all from packages

This commit is contained in:
zowoq 2020-07-29 15:24:30 +10:00 committed by Jon
parent 78922caea3
commit 42313b92bc
37 changed files with 0 additions and 37 deletions

View file

@ -22,6 +22,5 @@ buildGoModule rec {
homepage = "https://pdfcpu.io"; homepage = "https://pdfcpu.io";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ doronbehar ]; maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all;
}; };
} }

View file

@ -23,6 +23,5 @@ buildGoModule rec {
homepage = "https://github.com/mholt/archiver"; homepage = "https://github.com/mholt/archiver";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ kalbasit ]; maintainers = with maintainers; [ kalbasit ];
platforms = platforms.all;
}; };
} }

View file

@ -19,7 +19,6 @@ buildGoModule rec {
description = "Automatic GeoIP database updater"; description = "Automatic GeoIP database updater";
homepage = "https://github.com/maxmind/geoipupdate"; homepage = "https://github.com/maxmind/geoipupdate";
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
platforms = platforms.all;
maintainers = with maintainers; [ das_j ]; maintainers = with maintainers; [ das_j ];
}; };
} }

View file

@ -21,6 +21,5 @@ buildGoModule rec {
changelog = "https://github.com/juruen/rmapi/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/juruen/rmapi/blob/v${version}/CHANGELOG.md";
license = licenses.agpl3; license = licenses.agpl3;
maintainers = [ maintainers.nickhu ]; maintainers = [ maintainers.nickhu ];
platforms = platforms.all;
}; };
} }

View file

@ -19,7 +19,6 @@ buildGoModule rec {
description = "Shows colorful, animated party parrot in your terminial"; description = "Shows colorful, animated party parrot in your terminial";
homepage = "https://github.com/jmhobbs/terminal-parrot"; homepage = "https://github.com/jmhobbs/terminal-parrot";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.heel ]; maintainers = [ maintainers.heel ];
}; };
} }

View file

@ -20,7 +20,6 @@ buildGoModule rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/runatlantis/atlantis"; homepage = "https://github.com/runatlantis/atlantis";
description = "Terraform Pull Request Automation"; description = "Terraform Pull Request Automation";
platforms = platforms.all;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jpotier ]; maintainers = with maintainers; [ jpotier ];
}; };

View file

@ -20,6 +20,5 @@ buildGoModule rec {
homepage = "https://github.com/instrumenta/kubeval"; homepage = "https://github.com/instrumenta/kubeval";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ johanot nicknovitski ]; maintainers = with maintainers; [ johanot nicknovitski ];
platforms = platforms.all;
}; };
} }

View file

@ -38,6 +38,5 @@ buildGoModule rec {
homepage = "https://github.com/jonhoo/hasmail"; homepage = "https://github.com/jonhoo/hasmail";
license = licenses.unlicense; license = licenses.unlicense;
maintainers = with maintainers; [ doronbehar ]; maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all;
}; };
} }

View file

@ -33,7 +33,6 @@ buildGoModule rec {
description = "Distributed bug tracker embedded in Git"; description = "Distributed bug tracker embedded in Git";
homepage = "https://github.com/MichaelMure/git-bug"; homepage = "https://github.com/MichaelMure/git-bug";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ royneary ]; maintainers = with maintainers; [ royneary ];
}; };
} }

View file

@ -31,6 +31,5 @@ buildGoModule rec {
homepage = "https://zaquestion.github.io/lab"; homepage = "https://zaquestion.github.io/lab";
license = licenses.cc0; license = licenses.cc0;
maintainers = with maintainers; [ marsam dtzWill ]; maintainers = with maintainers; [ marsam dtzWill ];
platforms = platforms.all;
}; };
} }

View file

@ -47,6 +47,5 @@ buildGoModule rec {
description = "Go compiler for small places"; description = "Go compiler for small places";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ chiiruno ]; maintainers = with maintainers; [ chiiruno ];
platforms = platforms.all;
}; };
} }

View file

@ -25,7 +25,6 @@ buildGoModule rec {
homepage = "https://github.com/candid82/joker"; homepage = "https://github.com/candid82/joker";
description = "A small Clojure interpreter and linter written in Go"; description = "A small Clojure interpreter and linter written in Go";
license = licenses.epl10; license = licenses.epl10;
platforms = platforms.all;
maintainers = with maintainers; [ andrestylianos ]; maintainers = with maintainers; [ andrestylianos ];
}; };
} }

View file

@ -27,6 +27,5 @@ buildGoModule rec {
homepage = "https://magefile.org/"; homepage = "https://magefile.org/";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ swdunlop ]; maintainers = with maintainers; [ swdunlop ];
platforms = platforms.all;
}; };
} }

View file

@ -25,6 +25,5 @@ buildGoModule rec {
inherit (src.meta) homepage; inherit (src.meta) homepage;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ yurrriq ]; maintainers = with maintainers; [ yurrriq ];
platforms = platforms.all;
}; };
} }

View file

@ -39,7 +39,6 @@ buildGoModule rec {
description = "A command line tool for DigitalOcean services"; description = "A command line tool for DigitalOcean services";
homepage = "https://github.com/digitalocean/doctl"; homepage = "https://github.com/digitalocean/doctl";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all;
maintainers = [ maintainers.siddharthist ]; maintainers = [ maintainers.siddharthist ];
}; };
} }

View file

@ -29,7 +29,6 @@ buildGoModule rec {
homepage = "https://taskfile.dev/"; homepage = "https://taskfile.dev/";
description = "A task runner / simpler Make alternative written in Go"; description = "A task runner / simpler Make alternative written in Go";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ parasrah ]; maintainers = with maintainers; [ parasrah ];
}; };
} }

View file

@ -30,7 +30,6 @@ buildGoModule rec {
description = "A command-line interface for Hetzner Cloud, a provider for cloud virtual private servers"; description = "A command-line interface for Hetzner Cloud, a provider for cloud virtual private servers";
homepage = "https://github.com/hetznercloud/cli"; homepage = "https://github.com/hetznercloud/cli";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.zauberpony ]; maintainers = [ stdenv.lib.maintainers.zauberpony ];
}; };
} }

View file

@ -27,6 +27,5 @@ buildGoModule rec {
homepage = "https://github.com/jlesquembre/kubeprompt"; homepage = "https://github.com/jlesquembre/kubeprompt";
license = licenses.epl20; license = licenses.epl20;
maintainers = with maintainers; [ jlesquembre ]; maintainers = with maintainers; [ jlesquembre ];
platforms = platforms.all;
}; };
} }

View file

@ -24,6 +24,5 @@ buildGoModule rec {
homepage = "https://github.com/packethost/packet-cli"; homepage = "https://github.com/packethost/packet-cli";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ filalex77 ]; maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
}; };
} }

View file

@ -23,6 +23,5 @@ buildGoModule {
description = "A utility which vendors go code including c dependencies"; description = "A utility which vendors go code including c dependencies";
maintainers = with maintainers; [ c00w ]; maintainers = with maintainers; [ c00w ];
license = licenses.mit; license = licenses.mit;
platforms = platforms.all;
}; };
} }

View file

@ -19,6 +19,5 @@ buildGoModule rec {
homepage = "https://github.com/cloudflare/gortr/"; homepage = "https://github.com/cloudflare/gortr/";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ petabyteboy ]; maintainers = with maintainers; [ petabyteboy ];
platforms = platforms.all;
}; };
} }

View file

@ -57,7 +57,6 @@ buildGoModule rec {
homepage = "https://gotify.net"; homepage = "https://gotify.net";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ doronbehar ]; maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all;
}; };
} }

View file

@ -22,6 +22,5 @@ buildGoModule rec {
homepage = "https://github.com/mdlayher/apcupsd_exporter"; homepage = "https://github.com/mdlayher/apcupsd_exporter";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers."1000101" mdlayher ]; maintainers = with maintainers; [ maintainers."1000101" mdlayher ];
platforms = platforms.all;
}; };
} }

View file

@ -36,7 +36,6 @@ buildGoModule rec {
description = "A CLI for Amazon EKS"; description = "A CLI for Amazon EKS";
homepage = "https://github.com/weaveworks/eksctl"; homepage = "https://github.com/weaveworks/eksctl";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ xrelkd ]; maintainers = with maintainers; [ xrelkd ];
}; };
} }

View file

@ -31,7 +31,6 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
homepage = "https://kopia.io"; homepage = "https://kopia.io";
description = "Cross-platform backup tool with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication"; description = "Cross-platform backup tool with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication";
platforms = platforms.all;
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.bbigras ]; maintainers = [ maintainers.bbigras ];
}; };

View file

@ -34,6 +34,5 @@ buildGoModule rec {
description = "Manage your dotfiles across multiple machines, securely"; description = "Manage your dotfiles across multiple machines, securely";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jhillyerd ]; maintainers = with maintainers; [ jhillyerd ];
platforms = platforms.all;
}; };
} }

View file

@ -35,7 +35,6 @@ buildGoModule rec {
contents. contents.
''; '';
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ zaninime ]; maintainers = with maintainers; [ zaninime ];
}; };
} }

View file

@ -25,6 +25,5 @@ buildGoModule rec {
homepage = "https://github.com/Dreamacro/clash"; homepage = "https://github.com/Dreamacro/clash";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ contrun filalex77 ]; maintainers = with maintainers; [ contrun filalex77 ];
platforms = platforms.all;
}; };
} }

View file

@ -20,6 +20,5 @@ buildGoModule rec {
homepage = "https://github.com/AdguardTeam/dnsproxy"; homepage = "https://github.com/AdguardTeam/dnsproxy";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ contrun ]; maintainers = with maintainers; [ contrun ];
platforms = platforms.all;
}; };
} }

View file

@ -28,6 +28,5 @@ buildGoModule rec {
homepage = "https://github.com/fatedier/frp"; homepage = "https://github.com/fatedier/frp";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ filalex77 ]; maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
}; };
} }

View file

@ -39,7 +39,6 @@ buildGoModule rec {
homepage = "https://github.com/slackhq/nebula"; homepage = "https://github.com/slackhq/nebula";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ filalex77 ]; maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
}; };
} }

View file

@ -22,6 +22,5 @@ buildGoModule rec {
homepage = "https://github.com/raphaelreyna/oneshot"; homepage = "https://github.com/raphaelreyna/oneshot";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ edibopp ]; maintainers = with maintainers; [ edibopp ];
platforms = platforms.all;
}; };
} }

View file

@ -24,7 +24,6 @@ buildGoModule rec {
''; '';
homepage = "https://overdodactyl.github.io/ShadowFox/"; homepage = "https://overdodactyl.github.io/ShadowFox/";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ infinisil ]; maintainers = with maintainers; [ infinisil ];
}; };
} }

View file

@ -36,7 +36,6 @@ buildGoModule rec {
"An experiment in scalable routing as an encrypted IPv6 overlay network"; "An experiment in scalable routing as an encrypted IPv6 overlay network";
homepage = "https://yggdrasil-network.github.io/"; homepage = "https://yggdrasil-network.github.io/";
license = licenses.lgpl3; license = licenses.lgpl3;
platforms = platforms.all;
maintainers = with maintainers; [ ehmry gazally lassulus ]; maintainers = with maintainers; [ ehmry gazally lassulus ];
}; };
} }

View file

@ -34,6 +34,5 @@ buildGoModule rec {
homepage = "https://www.bettercap.org/"; homepage = "https://www.bettercap.org/";
license = with licenses; gpl3; license = with licenses; gpl3;
maintainers = with maintainers; [ y0no ]; maintainers = with maintainers; [ y0no ];
platforms = platforms.all;
}; };
} }

View file

@ -50,7 +50,6 @@ buildGoModule rec {
description = "Browserpass native client app"; description = "Browserpass native client app";
homepage = "https://github.com/browserpass/browserpass-native"; homepage = "https://github.com/browserpass/browserpass-native";
license = licenses.isc; license = licenses.isc;
platforms = platforms.all;
maintainers = with maintainers; [ rvolosatovs infinisil ]; maintainers = with maintainers; [ rvolosatovs infinisil ];
}; };
} }

View file

@ -36,7 +36,6 @@ buildGoModule rec {
''; '';
homepage = "https://github.com/gsamokovarov/jump"; homepage = "https://github.com/gsamokovarov/jump";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ sondr3 ]; maintainers = with maintainers; [ sondr3 ];
}; };
} }