about summary refs log tree commit diff
path: root/pkgs/tools/text/dcs
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2023-03-22 07:11:26 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2023-03-22 07:11:26 -0700
commitca1718417d1cd712ee6473bae5ecb5393397b656 (patch)
treef94d921fb7c13be68c764c2363f7da544a8f36de /pkgs/tools/text/dcs
parent803fcdfaff2184f3539cd50feda829e62f0caceb (diff)
downloadnixlib-ca1718417d1cd712ee6473bae5ecb5393397b656.tar
nixlib-ca1718417d1cd712ee6473bae5ecb5393397b656.tar.gz
nixlib-ca1718417d1cd712ee6473bae5ecb5393397b656.tar.bz2
nixlib-ca1718417d1cd712ee6473bae5ecb5393397b656.tar.lz
nixlib-ca1718417d1cd712ee6473bae5ecb5393397b656.tar.xz
nixlib-ca1718417d1cd712ee6473bae5ecb5393397b656.tar.zst
nixlib-ca1718417d1cd712ee6473bae5ecb5393397b656.zip
dcs: orphan
Diffstat (limited to 'pkgs/tools/text/dcs')
-rw-r--r--pkgs/tools/text/dcs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/dcs/default.nix b/pkgs/tools/text/dcs/default.nix
index e33c1b44cdf2..5edc7896afac 100644
--- a/pkgs/tools/text/dcs/default.nix
+++ b/pkgs/tools/text/dcs/default.nix
@@ -40,7 +40,7 @@ buildGoModule {
     description = "Debian Code Search";
     homepage = "https://github.com/Debian/dcs";
     license = licenses.bsd3;
-    maintainers = teams.determinatesystems.members;
+    maintainers = [ ];
     broken = stdenv.isAarch64
       || stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/dcs.x86_64-darwin
   };