cockroachdb: remove myself as maintainer

launchpad/nixpkgs/master
Roman Volosatovs 3 years ago
parent e2508a8e57
commit f9326f6c4c
No known key found for this signature in database
GPG Key ID: 216DD5F8CA6618A1
  1. 2
      pkgs/servers/sql/cockroachdb/default.nix

@ -65,6 +65,6 @@ buildGoPackage rec {
description = "A scalable, survivable, strongly-consistent SQL database";
license = licenses.bsl11;
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ rushmorem thoughtpolice rvolosatovs ];
maintainers = with maintainers; [ rushmorem thoughtpolice ];
};
}

Loading…
Cancel
Save