From 7591fec329e34f31739aea31cbd582174063e737 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Mon, 16 May 2022 00:21:26 +0800 Subject: [PATCH] xurls: remove unnecessary platforms and mainProgram --- pkgs/tools/text/xurls/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/tools/text/xurls/default.nix b/pkgs/tools/text/xurls/default.nix index 40fd854adca..4da65d9af02 100644 --- a/pkgs/tools/text/xurls/default.nix +++ b/pkgs/tools/text/xurls/default.nix @@ -19,8 +19,6 @@ buildGoModule rec { description = "Extract urls from text"; homepage = "https://github.com/mvdan/xurls"; maintainers = with maintainers; [ koral ]; - platforms = platforms.unix; license = licenses.bsd3; - mainProgram = "xurls"; }; }