summary refs log tree commit diff
path: root/pkgs/tools/text/xurls/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/xurls/default.nix')
-rw-r--r--pkgs/tools/text/xurls/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/xurls/default.nix b/pkgs/tools/text/xurls/default.nix
index 6e66090d88f..c8d10a6e269 100644
--- a/pkgs/tools/text/xurls/default.nix
+++ b/pkgs/tools/text/xurls/default.nix
@@ -17,7 +17,7 @@ buildGoPackage rec {
   meta = with stdenv.lib; {
     description = "Extract urls from text";
     homepage = https://github.com/mvdan/xurls;
-    maintainers = with maintainers; [ koral ndowens ];
+    maintainers = with maintainers; [ koral ];
     platforms = platforms.unix;
     license = licenses.bsd3;
   };