summary refs log tree commit diff
path: root/pkgs/development/tools/cue
diff options
context:
space:
mode:
authorScott Olson <scott@solson.me>2021-06-01 20:11:23 +0100
committerScott Olson <scott@solson.me>2021-06-01 20:13:31 +0100
commitcdad975ce0b8927131197fb70e7760040de78fc4 (patch)
tree2819c43bf91581e92160408d856436ff6837287e /pkgs/development/tools/cue
parent79ef19e02b32055d36452473390701b921bb2021 (diff)
downloadnixpkgs-cdad975ce0b8927131197fb70e7760040de78fc4.tar
nixpkgs-cdad975ce0b8927131197fb70e7760040de78fc4.tar.gz
nixpkgs-cdad975ce0b8927131197fb70e7760040de78fc4.tar.bz2
nixpkgs-cdad975ce0b8927131197fb70e7760040de78fc4.tar.lz
nixpkgs-cdad975ce0b8927131197fb70e7760040de78fc4.tar.xz
nixpkgs-cdad975ce0b8927131197fb70e7760040de78fc4.tar.zst
nixpkgs-cdad975ce0b8927131197fb70e7760040de78fc4.zip
remove solson as maintainer
I don't actively use either of these packages. I kept myself in the
maintainers list because I expect to maintain new packages in the
future.
Diffstat (limited to 'pkgs/development/tools/cue')
-rw-r--r--pkgs/development/tools/cue/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/cue/default.nix b/pkgs/development/tools/cue/default.nix
index 08dada094ff..5170297a433 100644
--- a/pkgs/development/tools/cue/default.nix
+++ b/pkgs/development/tools/cue/default.nix
@@ -23,7 +23,7 @@ buildGoModule rec {
   meta = {
     description = "A data constraint language which aims to simplify tasks involving defining and using data";
     homepage = "https://cuelang.org/";
-    maintainers = with lib.maintainers; [ solson ];
+    maintainers = [];
     license = lib.licenses.asl20;
   };
 }