aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/servers/trickster/trickster.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/servers/trickster/trickster.nix')
-rw-r--r--nixpkgs/pkgs/servers/trickster/trickster.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixpkgs/pkgs/servers/trickster/trickster.nix b/nixpkgs/pkgs/servers/trickster/trickster.nix
index 3c03193e770..cb8c87aa611 100644
--- a/nixpkgs/pkgs/servers/trickster/trickster.nix
+++ b/nixpkgs/pkgs/servers/trickster/trickster.nix
@@ -21,7 +21,6 @@ buildGoPackage rec {
description = "Reverse proxy cache for the Prometheus HTTP APIv1";
homepage = "https://github.com/Comcast/trickster";
license = licenses.asl20;
- maintainers = with maintainers; [ maintainers."1000101" ];
- platforms = platforms.all;
+ maintainers = with maintainers; [ _1000101 ];
};
-} \ No newline at end of file
+}