buildGoModule: remove platform.all from packages
This commit is contained in:
parent
78922caea3
commit
42313b92bc
@ -22,6 +22,5 @@ buildGoModule rec {
|
||||
homepage = "https://pdfcpu.io";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ doronbehar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -23,6 +23,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/mholt/archiver";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -19,7 +19,6 @@ buildGoModule rec {
|
||||
description = "Automatic GeoIP database updater";
|
||||
homepage = "https://github.com/maxmind/geoipupdate";
|
||||
license = with licenses; [ asl20 ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ das_j ];
|
||||
};
|
||||
}
|
||||
|
@ -21,6 +21,5 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/juruen/rmapi/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.agpl3;
|
||||
maintainers = [ maintainers.nickhu ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -19,7 +19,6 @@ buildGoModule rec {
|
||||
description = "Shows colorful, animated party parrot in your terminial";
|
||||
homepage = "https://github.com/jmhobbs/terminal-parrot";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.heel ];
|
||||
};
|
||||
}
|
||||
|
@ -20,7 +20,6 @@ buildGoModule rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/runatlantis/atlantis";
|
||||
description = "Terraform Pull Request Automation";
|
||||
platforms = platforms.all;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ jpotier ];
|
||||
};
|
||||
|
@ -20,6 +20,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/instrumenta/kubeval";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ johanot nicknovitski ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -38,6 +38,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/jonhoo/hasmail";
|
||||
license = licenses.unlicense;
|
||||
maintainers = with maintainers; [ doronbehar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -33,7 +33,6 @@ buildGoModule rec {
|
||||
description = "Distributed bug tracker embedded in Git";
|
||||
homepage = "https://github.com/MichaelMure/git-bug";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ royneary ];
|
||||
};
|
||||
}
|
||||
|
@ -31,6 +31,5 @@ buildGoModule rec {
|
||||
homepage = "https://zaquestion.github.io/lab";
|
||||
license = licenses.cc0;
|
||||
maintainers = with maintainers; [ marsam dtzWill ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -47,6 +47,5 @@ buildGoModule rec {
|
||||
description = "Go compiler for small places";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ chiiruno ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -25,7 +25,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/candid82/joker";
|
||||
description = "A small Clojure interpreter and linter written in Go";
|
||||
license = licenses.epl10;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ andrestylianos ];
|
||||
};
|
||||
}
|
||||
|
@ -27,6 +27,5 @@ buildGoModule rec {
|
||||
homepage = "https://magefile.org/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ swdunlop ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -25,6 +25,5 @@ buildGoModule rec {
|
||||
inherit (src.meta) homepage;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ yurrriq ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -39,7 +39,6 @@ buildGoModule rec {
|
||||
description = "A command line tool for DigitalOcean services";
|
||||
homepage = "https://github.com/digitalocean/doctl";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.siddharthist ];
|
||||
};
|
||||
}
|
||||
|
@ -29,7 +29,6 @@ buildGoModule rec {
|
||||
homepage = "https://taskfile.dev/";
|
||||
description = "A task runner / simpler Make alternative written in Go";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ parasrah ];
|
||||
};
|
||||
}
|
||||
|
@ -30,7 +30,6 @@ buildGoModule rec {
|
||||
description = "A command-line interface for Hetzner Cloud, a provider for cloud virtual private servers";
|
||||
homepage = "https://github.com/hetznercloud/cli";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.zauberpony ];
|
||||
};
|
||||
}
|
||||
|
@ -27,6 +27,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/jlesquembre/kubeprompt";
|
||||
license = licenses.epl20;
|
||||
maintainers = with maintainers; [ jlesquembre ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -24,6 +24,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/packethost/packet-cli";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -23,6 +23,5 @@ buildGoModule {
|
||||
description = "A utility which vendors go code including c dependencies";
|
||||
maintainers = with maintainers; [ c00w ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -19,6 +19,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/cloudflare/gortr/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ petabyteboy ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -57,7 +57,6 @@ buildGoModule rec {
|
||||
homepage = "https://gotify.net";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ doronbehar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -22,6 +22,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/mdlayher/apcupsd_exporter";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ maintainers."1000101" mdlayher ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -36,7 +36,6 @@ buildGoModule rec {
|
||||
description = "A CLI for Amazon EKS";
|
||||
homepage = "https://github.com/weaveworks/eksctl";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ xrelkd ];
|
||||
};
|
||||
}
|
||||
|
@ -31,7 +31,6 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://kopia.io";
|
||||
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;
|
||||
maintainers = [ maintainers.bbigras ];
|
||||
};
|
||||
|
@ -34,6 +34,5 @@ buildGoModule rec {
|
||||
description = "Manage your dotfiles across multiple machines, securely";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jhillyerd ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -35,7 +35,6 @@ buildGoModule rec {
|
||||
contents.
|
||||
'';
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ zaninime ];
|
||||
};
|
||||
}
|
||||
|
@ -25,6 +25,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/Dreamacro/clash";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ contrun filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -20,6 +20,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/AdguardTeam/dnsproxy";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ contrun ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -28,6 +28,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/fatedier/frp";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -39,7 +39,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/slackhq/nebula";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -22,6 +22,5 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/raphaelreyna/oneshot";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ edibopp ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -24,7 +24,6 @@ buildGoModule rec {
|
||||
'';
|
||||
homepage = "https://overdodactyl.github.io/ShadowFox/";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ infinisil ];
|
||||
};
|
||||
}
|
||||
|
@ -36,7 +36,6 @@ buildGoModule rec {
|
||||
"An experiment in scalable routing as an encrypted IPv6 overlay network";
|
||||
homepage = "https://yggdrasil-network.github.io/";
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ ehmry gazally lassulus ];
|
||||
};
|
||||
}
|
||||
|
@ -34,6 +34,5 @@ buildGoModule rec {
|
||||
homepage = "https://www.bettercap.org/";
|
||||
license = with licenses; gpl3;
|
||||
maintainers = with maintainers; [ y0no ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -50,7 +50,6 @@ buildGoModule rec {
|
||||
description = "Browserpass native client app";
|
||||
homepage = "https://github.com/browserpass/browserpass-native";
|
||||
license = licenses.isc;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ rvolosatovs infinisil ];
|
||||
};
|
||||
}
|
||||
|
@ -36,7 +36,6 @@ buildGoModule rec {
|
||||
'';
|
||||
homepage = "https://github.com/gsamokovarov/jump";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ sondr3 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user